summaryrefslogtreecommitdiffstats
path: root/messagebus/test/src/tests/trace/ctl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/test/src/tests/trace/ctl.sh')
-rwxr-xr-xmessagebus/test/src/tests/trace/ctl.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/messagebus/test/src/tests/trace/ctl.sh b/messagebus/test/src/tests/trace/ctl.sh
index ea969749808..22178638fe1 100755
--- a/messagebus/test/src/tests/trace/ctl.sh
+++ b/messagebus/test/src/tests/trace/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 "$@"