summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh
index 7603602c2f..092e75864f 100755
--- a/source3/selftest/tests.sh
+++ b/source3/selftest/tests.sh
@@ -174,7 +174,7 @@ plantest "blackbox.testparm" dc:local LOCAL_PATH="$LOCAL_PATH" BINDIR="$BINDIR"
if [ -n "$SELFTEST_VERBOSE" ]; then
TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:progress=no"
fi
- TORTURE_OPTIONS="$TORTURE4_OPTIONS --format=subunit"
+ TORTURE4_OPTIONS="$TORTURE4_OPTIONS --format=subunit"
if [ -n "$SELFTEST_QUICK" ]; then
TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:quick=yes"
fi