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:
Viktor Szakats 2026-06-25 11:34:41 +02:00
parent 481e10160f
commit d2fe26cfe2
No known key found for this signature in database

View file

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