From 5e7ead245cc4b98b4d7742afb557d9b32c4b73b9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 31 Aug 2006 07:43:57 +0000 Subject: r17953: run bin/talloctort with samba3's make test metze (This used to be commit 2d3ab069ddcb28ebd7cc72021a3510a606b50630) --- source3/script/tests/tests_all.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/script/tests/tests_all.sh') diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh index 059f9d1a37..dd593899e4 100755 --- a/source3/script/tests/tests_all.sh +++ b/source3/script/tests/tests_all.sh @@ -1,4 +1,5 @@ +$SCRIPTDIR/test_local_s3.sh || failed=`expr $failed + $?` $SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?` $SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?` -- cgit