1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

test971: show test mismatches "inline"

This commit is contained in:
Daniel Stenberg 2020-09-02 09:25:50 +02:00
parent 64586af926
commit e22682b908
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 8 additions and 1 deletions

View File

@ -22,4 +22,9 @@ Verify that options-in-versions and docs/cmdline-opts are in sync
</command>
</client>
<verify>
<stderr>
ok
</stderr>
</verify>
</testcase>

View File

@ -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;