HACK blackbox subunit print ok
authorStefan Metzmacher <metze@samba.org>
Thu, 14 Feb 2013 14:52:46 +0000 (15:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 27 Jun 2016 19:42:43 +0000 (21:42 +0200)
TDB_NO_FSYNC=1 buildnice make -j test TESTS=LOCAL-WBCLIENT
...
less st/subunit

testprogs/blackbox/subunit.sh

index db7fb056b748c4ed031fd1c08d0ed77af6f38a05..7627f49a12652fd2d906a2198eab88a38be18c41 100755 (executable)
@@ -72,6 +72,7 @@ testit () {
        output=`$cmdline 2>&1`
        status=$?
        if [ x$status = x0 ]; then
+               echo "$output"
                subunit_pass_test "$name"
        else
                echo "$output" | subunit_fail_test "$name"