From cd8a018141b001202a8aeb4afc9268d1c4074e2f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 31 Aug 2012 21:50:16 -0700 Subject: [PATCH] Fix early exit from compare test. Change-Id: I5a871026f2bf7757b7e3e46278391b41e90c5674 Reviewed-on: https://review.openstack.org/12289 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- tools/run-compare-xml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-compare-xml.sh b/tools/run-compare-xml.sh index 1504376b5..21109ca32 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