output FAILED properly even when -s is used
This commit is contained in:
parent
e48747d95d
commit
aa86f697f6
@ -224,9 +224,7 @@ sub compare {
|
|||||||
|
|
||||||
$res = comparefiles($first, $sec);
|
$res = comparefiles($first, $sec);
|
||||||
if ($res != 0) {
|
if ($res != 0) {
|
||||||
if(!$short) {
|
print " $text FAILED";
|
||||||
print " $text FAILED";
|
|
||||||
}
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user