1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-24 10:50:22 +03:00

Add some more info to the diags output.

(This used to be commit 2ee7254fded79d888f8009b71347bea8a89f47e9)
This commit is contained in:
Andrew Bartlett 2003-04-23 10:19:56 +00:00
parent db7b2e822f
commit 06403c439f

View File

@ -12,7 +12,7 @@ test_torture() {
if [ $status = 0 ]; then
echo "smbtorture test $torture_test worked"
else
echo "smbtorture test $torture_test FAILED!"
echo "smbtorture test $torture_test FAILED (status $status)!"
return 1
fi
return 0