From aa86f697f618b9af3f95f3b4e0402c2838148ac1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Nov 2000 15:34:33 +0000 Subject: output FAILED properly even when -s is used --- tests/runtests.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index e787796d5..bbe993642 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -224,9 +224,7 @@ sub compare { $res = comparefiles($first, $sec); if ($res != 0) { - if(!$short) { - print " $text FAILED"; - } + print " $text FAILED"; return 1; } -- cgit v1.2.3