Tests: tap.sh spams tests' output when no plan is set
[lttng-tools.git] / tests / utils / tap / tap.sh
index 24ac1aa250d6a092ef9cd8a2c4bb21e9ea75d331..2acec57d4dc46c6cffd6c6aba54d9b47e2241272 100755 (executable)
@@ -392,11 +392,6 @@ BAIL_OUT(){
 _cleanup(){
     local rc=0
 
-    if (( _plan_set == 0 )) ; then
-        diag "Looks like your test died before it could output anything."
-        return $rc
-    fi
-
     if (( _test_died != 0 )) ; then
         diag "Looks like your test died just after $_executed_tests."
         return $rc
This page took 0.024548 seconds and 5 git commands to generate.