aboutsummaryrefslogtreecommitdiffstats
path: root/start-testsuite.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-05-16 16:56:54 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-19 07:33:56 +0000
commitc18fe7f6517a2890c3967de1286d6ef70a1c39f1 (patch)
tree5310443c50f9cab1e6717a687a759bdb436d9563 /start-testsuite.sh
parentc78ea26f219ff4d8b0a8fce08a17168dedf2f157 (diff)
start-testsuite.sh: remove superflouse `set -e`
The set -e will not interfere with the next command, as it's executed and not included. The exit code of the last command is returned with and without -e. Change-Id: I820d59b29b4ba4a1d094c5c2a2af367e6ef4e5b6
Diffstat (limited to 'start-testsuite.sh')
-rwxr-xr-xstart-testsuite.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/start-testsuite.sh b/start-testsuite.sh
index e2da8f00..5740d3d8 100755
--- a/start-testsuite.sh
+++ b/start-testsuite.sh
@@ -42,5 +42,4 @@ if [ ! -x "$compare" ]; then
exit 1
fi
-set -e
"$compare" "$expected" "$last_log" $OSMO_TTCN3_COMPARE_ARGS