Revert "HACK blackbox subunit print ok"
authorStefan Metzmacher <metze@samba.org>
Fri, 15 Feb 2013 11:14:37 +0000 (12:14 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 27 Jun 2016 19:42:44 +0000 (21:42 +0200)
This reverts commit 3c8f2cda9ff4db117b9fba5006052d52f235dcaa.

testprogs/blackbox/subunit.sh

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