From: Günther Deschner Date: Thu, 17 Feb 2011 00:12:04 +0000 (+0100) Subject: s3-selftest: make sure we really use --format=subunit when calling smbtorture4. X-Git-Tag: tevent-0.9.11~560 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=78c4b2170eaa29f38d9b2904c8a6e71edfeb831b;p=amitay%2Fsamba.git s3-selftest: make sure we really use --format=subunit when calling smbtorture4. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Feb 17 02:01:56 CET 2011 on sn-devel-104 --- diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index 7603602c2f6..092e75864f8 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