From: Michael Adam Date: Fri, 18 Feb 2011 23:32:06 +0000 (+0100) Subject: s3:tests: use the blackbox subunit output formatter for the testparm_s3 test. X-Git-Tag: tevent-0.9.11~489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae9aa47d6bcfa4ececdc1c74695c4c9a6c045ab6;p=thirdparty%2Fsamba.git s3:tests: use the blackbox subunit output formatter for the testparm_s3 test. With the old output, failures would go unnoticed by selftest. --- diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh index b9e4b810cf0..0fd1a57c2b6 100755 --- a/source3/script/tests/test_testparm_s3.sh +++ b/source3/script/tests/test_testparm_s3.sh @@ -9,8 +9,8 @@ TEMP_CONFFILE=${LOCAL_PATH}/smb.conf.tmp TESTPARM="$VALGRIND ${TESTPARM:-$BINDIR/testparm} --suppress-prompt --skip-logic-checks" test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && { -incdir=`dirname $0` -. $incdir/test_functions.sh +incdir=`dirname $0`/../../../testprogs/blackbox +. $incdir/subunit.sh } failed=0