提交 a846a7ff 编写于 作者: D Dr. Stephen Henson

Add a --disable-all option to disable all tests.

上级 bac3db9c
...@@ -577,6 +577,11 @@ foreach (@ARGV) { ...@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册