summaryrefslogtreecommitdiff
path: root/source3/script/tests/tests_all.sh
blob: 6f7a0c3d2d1ad4fbeeb458efc090ac3d92faf2df (plain)
1
2
3
4
5
6
7
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