mirror of
https://github.com/curl/curl.git
synced 2026-07-10 05:47:18 +03:00
runtests: exit with error on -k option
Ref: https://github.com/curl/curl/pull/22157#discussion_r3473254887
Follow-up to 481e10160f #22157
This commit is contained in:
parent
481e10160f
commit
d2fe26cfe2
1 changed files with 1 additions and 1 deletions
|
|
@ -2541,7 +2541,7 @@ while(@ARGV) {
|
|||
}
|
||||
elsif($ARGV[0] eq "-k") { # delete this check after December 2026
|
||||
print "Option -k became always-on in 7.65.2 (2019) and now a no-op. Delete it to continue.\n";
|
||||
exit;
|
||||
exit 1;
|
||||
}
|
||||
elsif($ARGV[0] eq "-r") {
|
||||
# run time statistics needs Time::HiRes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue