summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2012-08-31 21:50:16 -0700
committerJenkins <jenkins@review.openstack.org>2012-09-01 15:29:59 +0000
commitcd8a018141b001202a8aeb4afc9268d1c4074e2f (patch)
tree309bb5d1e00b3c3d91b08747062069ff7d0f30b3 /tools
parent0c2bef08030f6b950e6d6ff65f8db3764d23490f (diff)
downloadpython-jenkins-job-builder-cd8a018141b001202a8aeb4afc9268d1c4074e2f.tar.gz
python-jenkins-job-builder-cd8a018141b001202a8aeb4afc9268d1c4074e2f.tar.xz
python-jenkins-job-builder-cd8a018141b001202a8aeb4afc9268d1c4074e2f.zip
Fix early exit from compare test.
Change-Id: I5a871026f2bf7757b7e3e46278391b41e90c5674 Reviewed-on: https://review.openstack.org/12289 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-compare-xml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-compare-xml.sh b/tools/run-compare-xml.sh
index 1504376b..21109ca3 100755
--- a/tools/run-compare-xml.sh
+++ b/tools/run-compare-xml.sh
@@ -42,7 +42,7 @@ do
echo $x
echo "------------------------------------------------------------"
fi
- diff -u .test/old/$x .test/new/$x
+ diff -u .test/old/$x .test/new/$x || /bin/true
done
echo