summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/echo/echo_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/echo/echo_test.sh')
-rwxr-xr-xjrt_test/src/tests/echo/echo_test.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/jrt_test/src/tests/echo/echo_test.sh b/jrt_test/src/tests/echo/echo_test.sh
index 8b68357e606..997d8d42996 100755
--- a/jrt_test/src/tests/echo/echo_test.sh
+++ b/jrt_test/src/tests/echo/echo_test.sh
@@ -1,5 +1,6 @@
#!/bin/bash
-set -e
+fail=0
. ../../binref/env.sh
-bash -e dotest.sh || (bash -e $BINREF/progctl.sh progdefs.sh stop all; false)
-bash -e $BINREF/progctl.sh progdefs.sh stop all
+bash ./dotest.sh || fail=1
+$BINREF/progctl.sh progdefs.sh stop all
+exit $fail