mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
6 lines
366 B
Bash
6 lines
366 B
Bash
$SRCDIR/script/tests/test_ejs.sh localhost $USERNAME $PASSWORD || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_ldap.sh localhost $USERNAME $PASSWORD || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_nbt.sh localhost || failed=`expr $failed + $?`
|
|
$SRCDIR/script/tests/test_quick.sh //localhost/cifs $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
|
|
|