mirror of
https://github.com/curl/curl.git
synced 2026-07-29 01:43:06 +03:00
test971: show test mismatches "inline"
This commit is contained in:
parent
64586af926
commit
e22682b908
2 changed files with 8 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue