mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
option torture:quick=yes/no. This should be used in all slow tests to enable a quick mode - enabled the test_rpc_quick.sh tests in 'make quicktest'
8 lines
525 B
Bash
8 lines
525 B
Bash
TORTURE_OPTIONS="$TORTURE_OPTIONS --option=torture:quick=yes"
|
|
|
|
$SRCDIR/script/tests/test_ejs.sh $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_ldap.sh $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_nbt.sh $SERVER || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_quick.sh //$SERVER/cifs $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_rpc_quick.sh $SERVER $USERNAME $PASSWORD $DOMAIN || failed=`expr $failed + $?`
|