summaryrefslogtreecommitdiffstats
path: root/messagebus/test/src/tests/speed
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/test/src/tests/speed')
-rwxr-xr-xmessagebus/test/src/tests/speed/ctl.sh5
-rw-r--r--messagebus/test/src/tests/speed/progdefs.sh2
-rw-r--r--messagebus/test/src/tests/speed/speed_test.sh1
3 files changed, 6 insertions, 2 deletions
diff --git a/messagebus/test/src/tests/speed/ctl.sh b/messagebus/test/src/tests/speed/ctl.sh
index ea969749808..22178638fe1 100755
--- a/messagebus/test/src/tests/speed/ctl.sh
+++ b/messagebus/test/src/tests/speed/ctl.sh
@@ -1,3 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-sh ../../binref/progctl.sh progdefs.sh "$@"
+set -e
+bash -e ../../binref/progctl.sh progdefs.sh "$@"
diff --git a/messagebus/test/src/tests/speed/progdefs.sh b/messagebus/test/src/tests/speed/progdefs.sh
index 4e0390142cf..ea6e05713f5 100644
--- a/messagebus/test/src/tests/speed/progdefs.sh
+++ b/messagebus/test/src/tests/speed/progdefs.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+set -e
prog server cpp "" "./messagebus_test_cpp-server-speed_app"
prog server java "" "../../binref/runjava JavaServer"
diff --git a/messagebus/test/src/tests/speed/speed_test.sh b/messagebus/test/src/tests/speed/speed_test.sh
index f9789961fa7..77eb7e63e0c 100644
--- a/messagebus/test/src/tests/speed/speed_test.sh
+++ b/messagebus/test/src/tests/speed/speed_test.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
. ../../binref/env.sh