mirror of
https://github.com/samba-team/samba.git
synced 2025-11-04 00:23:49 +03:00
4 lines
247 B
Bash
Executable File
4 lines
247 B
Bash
Executable File
#!/bin/sh
|
|
$SRCDIR/script/tests/test_smbclient.sh $SERVER $USERNAME $PASSWORD $DOMAIN $PREFIX || totalfailed=`expr $totalfailed + $?`
|
|
$SRCDIR/script/tests/test_cifsdd.sh $SERVER $USERNAME $PASSWORD $DOMAIN || totalfailed=`expr $totalfailed + $?`
|