summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/eventscripts/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/eventscripts/common.sh')
-rw-r--r--ctdb/tests/eventscripts/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/eventscripts/common.sh b/ctdb/tests/eventscripts/common.sh
index 713e426455..9a2859f397 100644
--- a/ctdb/tests/eventscripts/common.sh
+++ b/ctdb/tests/eventscripts/common.sh
@@ -730,7 +730,7 @@ simple_test ()
{
[ -n "$event" ] || die 'simple_test: $event not set'
- echo "Running \"$script $event $*\""
+ echo "Running \"$script $event${1:+ }$*\""
_out=$($EVENTSCRIPTS_TESTS_TRACE "${CTDB_BASE}/events.d/$script" "$event" "$@" 2>&1)
_rc=$?