From ed9ad1827bcead21483ce59464b5e3da7a509d29 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 21 Mar 2006 22:16:44 +0000 Subject: r14632: add basic 'make test' using samba4's smbtorture I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze (This used to be commit 899fd6808ebd04d039caf7199c60d34a4987b43a) --- source3/script/tests/tests_all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 source3/script/tests/tests_all.sh (limited to 'source3/script/tests/tests_all.sh') diff --git a/source3/script/tests/tests_all.sh b/source3/script/tests/tests_all.sh new file mode 100755 index 0000000000..6f7a0c3d2d --- /dev/null +++ b/source3/script/tests/tests_all.sh @@ -0,0 +1,8 @@ + +if [ -n "$SMBTORTURE4" ];then + echo "Running Tests with Samba4's smbtorture" + $SMBTORTURE4 --version + $SCRIPTDIR/test_posix_s3.sh //$SERVER/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?` +else + echo "Skip Tests with Samba4's smbtorture" +fi -- cgit