From: Jérémie Galarneau Date: Thu, 30 Jun 2016 20:37:57 +0000 (-0400) Subject: Tests: tap.sh spams tests' output when no plan is set X-Git-Tag: v2.8.2~12 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=e06994145e660e84f412ce24857bc28cfd1bf925 Tests: tap.sh spams tests' output when no plan is set Some tests are implemented in C (using tap.h) or in Python and don't use tap.sh's facilities. However, it is sourced by utils.sh and prints an error message during its clean-up because a plan was never set. Signed-off-by: Jérémie Galarneau --- diff --git a/tests/utils/tap/tap.sh b/tests/utils/tap/tap.sh index 24ac1aa25..2acec57d4 100755 --- a/tests/utils/tap/tap.sh +++ b/tests/utils/tap/tap.sh @@ -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