aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjrt_test/src/tests/echo/echo_test.sh1
-rwxr-xr-xjrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh1
-rwxr-xr-xjrt_test/src/tests/mockup-invoke/mockup-invoke_test.sh1
-rwxr-xr-xjrt_test/src/tests/rpc-error/rpc-error_test.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/jrt_test/src/tests/echo/echo_test.sh b/jrt_test/src/tests/echo/echo_test.sh
index 49241e787f5..df6d98eaaf1 100755
--- a/jrt_test/src/tests/echo/echo_test.sh
+++ b/jrt_test/src/tests/echo/echo_test.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
. ../../binref/env.sh
sh dotest.sh || (sh $BINREF/progctl.sh progdefs.sh stop all; false)
sh $BINREF/progctl.sh progdefs.sh stop all
diff --git a/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh b/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
index bf86849d9c1..3088682ef91 100755
--- a/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
+++ b/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
. ../../binref/env.sh
export PORT_1
diff --git a/jrt_test/src/tests/mockup-invoke/mockup-invoke_test.sh b/jrt_test/src/tests/mockup-invoke/mockup-invoke_test.sh
index 56ca7079e7a..d5ac8535393 100755
--- a/jrt_test/src/tests/mockup-invoke/mockup-invoke_test.sh
+++ b/jrt_test/src/tests/mockup-invoke/mockup-invoke_test.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
. ../../binref/env.sh
diff --git a/jrt_test/src/tests/rpc-error/rpc-error_test.sh b/jrt_test/src/tests/rpc-error/rpc-error_test.sh
index dc2f855acbd..a5ef9ac5b3e 100755
--- a/jrt_test/src/tests/rpc-error/rpc-error_test.sh
+++ b/jrt_test/src/tests/rpc-error/rpc-error_test.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+set -e
. ../../binref/env.sh