s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.
authorMichael Adam <obnox@samba.org>
Fri, 18 Feb 2011 23:32:06 +0000 (00:32 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 19 Feb 2011 11:23:24 +0000 (12:23 +0100)
With the old output, failures would go unnoticed by selftest.

source3/script/tests/test_smbclient_s3.sh

index a56727449cedf08788647cd1c4b37f56c2f00b04..f0cb37d56192087e03d508a5a417b4d3f3ecc214 100755 (executable)
@@ -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