Add some more info to the diags output.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 23 Apr 2003 10:19:56 +0000 (10:19 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 23 Apr 2003 10:19:56 +0000 (10:19 +0000)
(This used to be commit 2ee7254fded79d888f8009b71347bea8a89f47e9)

testsuite/build_farm/torture_setup.fns

index bf5146148ea4de9b80b8e6ca26732aafa2a41cb7..a42be94129b726facdda40b795f988b44060fa1b 100644 (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