summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-19 00:32:06 +0100
committerMichael Adam <obnox@samba.org>2011-02-19 12:23:24 +0100
commit745354eab801ab08d161b7c5ee0142c82c1061b2 (patch)
treec94bc58512fcfca1e76aa129ab7e8015af4ecefd /source3/script
parent9971061a9d17c2eb4bf1e8ea5691bec2b127072e (diff)
downloadsamba-745354eab801ab08d161b7c5ee0142c82c1061b2.tar.gz
samba-745354eab801ab08d161b7c5ee0142c82c1061b2.tar.bz2
samba-745354eab801ab08d161b7c5ee0142c82c1061b2.zip
s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.
With the old output, failures would go unnoticed by selftest.
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_smbclient_s3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh
index a56727449c..f0cb37d561 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