diff options
Diffstat (limited to 'tools/testing/ktest/ktest.pl')
| -rwxr-xr-x | tools/testing/ktest/ktest.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index d08e214ec6e7..be93ab02b490 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
| @@ -719,14 +719,14 @@ sub set_value { | |||
| 719 | 719 | ||
| 720 | if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") { | 720 | if ($buildonly && $lvalue =~ /^TEST_TYPE(\[.*\])?$/ && $prvalue ne "build") { |
| 721 | # Note if a test is something other than build, then we | 721 | # Note if a test is something other than build, then we |
| 722 | # will need other manditory options. | 722 | # will need other mandatory options. |
| 723 | if ($prvalue ne "install") { | 723 | if ($prvalue ne "install") { |
| 724 | # for bisect, we need to check BISECT_TYPE | 724 | # for bisect, we need to check BISECT_TYPE |
| 725 | if ($prvalue ne "bisect") { | 725 | if ($prvalue ne "bisect") { |
| 726 | $buildonly = 0; | 726 | $buildonly = 0; |
| 727 | } | 727 | } |
| 728 | } else { | 728 | } else { |
| 729 | # install still limits some manditory options. | 729 | # install still limits some mandatory options. |
| 730 | $buildonly = 2; | 730 | $buildonly = 2; |
| 731 | } | 731 | } |
| 732 | } | 732 | } |
| @@ -735,7 +735,7 @@ sub set_value { | |||
| 735 | if ($prvalue ne "install") { | 735 | if ($prvalue ne "install") { |
| 736 | $buildonly = 0; | 736 | $buildonly = 0; |
| 737 | } else { | 737 | } else { |
| 738 | # install still limits some manditory options. | 738 | # install still limits some mandatory options. |
| 739 | $buildonly = 2; | 739 | $buildonly = 2; |
| 740 | } | 740 | } |
| 741 | } | 741 | } |
| @@ -3989,7 +3989,7 @@ sub make_min_config { | |||
| 3989 | } | 3989 | } |
| 3990 | } | 3990 | } |
| 3991 | 3991 | ||
| 3992 | # Save off all the current mandidory configs | 3992 | # Save off all the current mandatory configs |
| 3993 | open (OUT, ">$temp_config") | 3993 | open (OUT, ">$temp_config") |
| 3994 | or die "Can't write to $temp_config"; | 3994 | or die "Can't write to $temp_config"; |
| 3995 | foreach my $config (keys %keep_configs) { | 3995 | foreach my $config (keys %keep_configs) { |
