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>
Thu, 17 May 2018 07:52:26 +0000 (09:52 +0200)
This reverts commit 3c8f2cda9ff4db117b9fba5006052d52f235dcaa.

testprogs/blackbox/subunit.sh

index 370bbf8a4dd6af8250cabeac6a592cb4af77490b..aca53f72536d60ddd9c541a4740a92ee6edae360 100755 (executable)
@@ -83,7 +83,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"