From 78c4b2170eaa29f38d9b2904c8a6e71edfeb831b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Feb 2011 01:12:04 +0100 Subject: s3-selftest: make sure we really use --format=subunit when calling smbtorture4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Feb 17 02:01:56 CET 2011 on sn-devel-104 --- source3/selftest/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/selftest') 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 -- cgit