Add a --disable-all option to disable all tests.
This commit is contained in:
parent
bac3db9cc1
commit
a846a7ff32
@ -577,6 +577,11 @@ foreach (@ARGV) {
|
|||||||
elsif (/--tprefix=(.*)$/) {
|
elsif (/--tprefix=(.*)$/) {
|
||||||
$tprefix = $1;
|
$tprefix = $1;
|
||||||
}
|
}
|
||||||
|
elsif (/^--disable-all$/) {
|
||||||
|
foreach (keys %fips_enabled) {
|
||||||
|
$fips_enabled{$_} = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
elsif (/^--(enable|disable)-(.*)$/) {
|
elsif (/^--(enable|disable)-(.*)$/) {
|
||||||
if ( !exists $fips_enabled{$2} ) {
|
if ( !exists $fips_enabled{$2} ) {
|
||||||
print STDERR "Unknown test $2\n";
|
print STDERR "Unknown test $2\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user