Skip to content
Snippets Groups Projects
Commit aa86f697 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

output FAILED properly even when -s is used

parent e48747d9
No related branches found
No related tags found
No related merge requests found
......@@ -224,9 +224,7 @@ sub compare {
$res = comparefiles($first, $sec);
if ($res != 0) {
if(!$short) {
print " $text FAILED";
}
print " $text FAILED";
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment