1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Add some more info to the diags output.

This commit is contained in:
Andrew Bartlett 0001-01-01 00:00:00 +00:00
parent 5ec7804212
commit 2ee7254fde

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