From: Michael Adam Date: Fri, 18 Feb 2011 23:32:06 +0000 (+0100) Subject: s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test. X-Git-Tag: tevent-0.9.11~491 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=745354eab801ab08d161b7c5ee0142c82c1061b2;p=thirdparty%2Fsamba.git s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test. With the old output, failures would go unnoticed by selftest. --- diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh index a56727449ce..f0cb37d5619 100755 --- a/source3/script/tests/test_smbclient_s3.sh +++ b/source3/script/tests/test_smbclient_s3.sh @@ -21,8 +21,8 @@ shift 6 ADDARGS="$*" test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && { -incdir=`dirname $0` -. $incdir/test_functions.sh +incdir=`dirname $0`/../../../testprogs/blackbox +. $incdir/subunit.sh } failed=0