[Qemu-devel] [PATCH v1 6/8] contrib/run_risu.sh: don't set -e

Alex Bennée posted 8 patches 7 years, 8 months ago
[Qemu-devel] [PATCH v1 6/8] contrib/run_risu.sh: don't set -e
Posted by Alex Bennée 7 years, 8 months ago
As the script is meant to summarise the results at the end it doesn't
make sense to bail out at the first error.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 contrib/run_risu.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/run_risu.sh b/contrib/run_risu.sh
index 63649dd..2d1897a 100755
--- a/contrib/run_risu.sh
+++ b/contrib/run_risu.sh
@@ -17,8 +17,6 @@
 #   (optional) export RISU=/path/to/risu
 #   ./run_risu.sh  ./testcases.aarch64/*.bin
 
-set -e
-
 passed=()
 failed=()
 missing=()
-- 
2.15.1