mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
has failed. The output was too subtle for people who aren't used to it. (This used to be commit a57decb96aee05d3238b64d50a136c8b8001f811)
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 + $?`
|