aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-02-23 15:46:11 +0000
committerPeter Maydell <peter.maydell@linaro.org>2018-02-23 18:18:00 +0000
commit8ccaf08891751d9198dfbc088b0b1d8ea7147c17 (patch)
tree17a8940e14126f1ca60cf35bcce590f2e9d67a0c
parent0b3026e23a2d41c20fadbfc556c78f24e8acf975 (diff)
contrib/run_risu.sh: don't set -e
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> Message-id: 20180223154613.2096-7-alex.bennee@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rwxr-xr-xcontrib/run_risu.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/run_risu.sh b/contrib/run_risu.sh
index 439cd36..53439be 100755
--- a/contrib/run_risu.sh
+++ b/contrib/run_risu.sh
@@ -16,8 +16,6 @@
# (optional) export RISU=/path/to/risu
# ./run_risu.sh ./testcases.aarch64/*.bin
-set -e
-
passed=()
failed=()
missing=()