mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
runtests: if DISABLED cannot be read, error out
Because then runtests cannot disable the right set of tests and things will be annoying. Closes #14411
This commit is contained in:
parent
c6fb9895b6
commit
b0394b1535
@ -2622,6 +2622,10 @@ sub disabledtests {
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
print STDERR "Cannot open $file, exiting\n";
|
||||
exit 3;
|
||||
}
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user