s3-selftest: make sure we really use --format=subunit when calling smbtorture4.
authorGünther Deschner <gd@samba.org>
Thu, 17 Feb 2011 00:12:04 +0000 (01:12 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Feb 2011 01:01:56 +0000 (02:01 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Feb 17 02:01:56 CET 2011 on sn-devel-104

source3/selftest/tests.sh

index 7603602c2f65051ea3801bce2e6515cd68217bd8..092e75864f85f031080b59404df264d1fc207fba 100755 (executable)
@@ -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