mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 12:35:04 -05:00
test971: show test mismatches "inline"
This commit is contained in:
parent
64586af926
commit
e22682b908
@ -22,4 +22,9 @@ Verify that options-in-versions and docs/cmdline-opts are in sync
|
||||
</command>
|
||||
</client>
|
||||
|
||||
<verify>
|
||||
<stderr>
|
||||
ok
|
||||
</stderr>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
@ -101,7 +101,7 @@ for my $c (sort @cmdopts) {
|
||||
versioncheck($c, $oiv{$c});
|
||||
}
|
||||
else {
|
||||
print STDERR "$c is in the directory but not in file!\n";
|
||||
print STDERR "--$c is in the option directory but not in $opts!\n";
|
||||
$error++;
|
||||
}
|
||||
}
|
||||
@ -117,4 +117,6 @@ for my $v (sort @veropts) {
|
||||
}
|
||||
}
|
||||
|
||||
print STDERR "ok\n" if(!$error);
|
||||
|
||||
exit $error;
|
||||
|
Loading…
Reference in New Issue
Block a user