projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48747d
)
output FAILED properly even when -s is used
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 17 Nov 2000 15:34:33 +0000
(15:34 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 17 Nov 2000 15:34:33 +0000
(15:34 +0000)
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index
e787796
..
bbe9936
100755
(executable)
--- 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;
}