X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftap%2Ftap.sh;h=109cc8e4ce5bc4ebba3af6f8f9c669b2c26f8365;hp=24ac1aa250d6a092ef9cd8a2c4bb21e9ea75d331;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hpb=86a96e6cf3b4bab2fc7edd0db1b7c87c2374d27a diff --git a/tests/utils/tap/tap.sh b/tests/utils/tap/tap.sh index 24ac1aa25..109cc8e4c 100755 --- a/tests/utils/tap/tap.sh +++ b/tests/utils/tap/tap.sh @@ -2,19 +2,8 @@ # # Copyright 2010 Patrick LeBoutillier # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# SPDX-License-Identifier: GPL-3.0-or-later # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - _version='1.01' @@ -392,11 +381,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