summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh')
-rwxr-xr-xjrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh5
1 files changed, 2 insertions, 3 deletions
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 3088682ef91..81eb00776c8 100755
--- a/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
+++ b/jrt_test/src/tests/mandatory-methods/mandatory-methods_test.sh
@@ -6,6 +6,5 @@ export PORT_1
$BINREF/compilejava RPCServer.java
-sh dotest.sh || (sh $BINREF/progctl.sh progdefs.sh stop all; false)
-sh $BINREF/progctl.sh progdefs.sh stop all
-
+bash -e dotest.sh || (bash -e $BINREF/progctl.sh progdefs.sh stop all; false)
+bash -e $BINREF/progctl.sh progdefs.sh stop all