summaryrefslogtreecommitdiff
path: root/ctdb/tests/UNIT/eventd/scripts/local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/UNIT/eventd/scripts/local.sh')
-rw-r--r--ctdb/tests/UNIT/eventd/scripts/local.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/UNIT/eventd/scripts/local.sh b/ctdb/tests/UNIT/eventd/scripts/local.sh
index 2cb1115fcf9..9b8ebf18074 100644
--- a/ctdb/tests/UNIT/eventd/scripts/local.sh
+++ b/ctdb/tests/UNIT/eventd/scripts/local.sh
@@ -4,7 +4,7 @@
PATH="$PATH:$CTDB_SCRIPTS_TOOLS_HELPER_DIR"
-if "$TEST_VERBOSE" ; then
+if "$CTDB_TEST_VERBOSE" ; then
debug () { echo "$@" ; }
else
debug () { : ; }