diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-16 05:07:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:50 -0500 |
commit | 61939ce118654ef4a212cbe6a21b6aa4d9733a6b (patch) | |
tree | a3183e570dd98dfb6ede9e4a151d43acd5721698 /source4/script/tests/tests_quick.sh | |
parent | 768af9b576d06ffd3da1bd07bf95f283b7e001b2 (diff) | |
download | samba-61939ce118654ef4a212cbe6a21b6aa4d9733a6b.tar.gz samba-61939ce118654ef4a212cbe6a21b6aa4d9733a6b.tar.bz2 samba-61939ce118654ef4a212cbe6a21b6aa4d9733a6b.zip |
r18578: steve, I think you may have forgotten to commit test_cifsposix.sh ?
(This used to be commit fea75d2c9732f91cb79e178ef6c57c3945e4f52e)
Diffstat (limited to 'source4/script/tests/tests_quick.sh')
-rwxr-xr-x | source4/script/tests/tests_quick.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/tests_quick.sh b/source4/script/tests/tests_quick.sh index 3c80910901..10fc489280 100755 --- a/source4/script/tests/tests_quick.sh +++ b/source4/script/tests/tests_quick.sh @@ -9,4 +9,4 @@ $SRCDIR/script/tests/test_ldap.sh $SERVER $USERNAME $PASSWORD || totalfailed=`ex $SRCDIR/script/tests/test_nbt.sh $SERVER || totalfailed=`expr $totalfailed + $?` $SRCDIR/script/tests/test_quick.sh //$SERVER/cifs $USERNAME $PASSWORD "" || totalfailed=`expr $totalfailed + $?` $SRCDIR/script/tests/test_rpc_quick.sh $SERVER $USERNAME $PASSWORD $DOMAIN || totalfailed=`expr $totalfailed + $?` -$SRCDIR/script/tests/test_cifsposix.sh //$SERVER/cifsposixtestshare $USERNAME $PASSWORD "" || totalfailed=`expr $totalfailed + $?` +#$SRCDIR/script/tests/test_cifsposix.sh //$SERVER/cifsposixtestshare $USERNAME $PASSWORD "" || totalfailed=`expr $totalfailed + $?` |