diff options
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 652446dd9e7..9d9ee321a3d 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -136,6 +136,9 @@ my %force_config; | |||
136 | # do not force reboots on config problems | 136 | # do not force reboots on config problems |
137 | my $no_reboot = 1; | 137 | my $no_reboot = 1; |
138 | 138 | ||
139 | # default variables that can be used | ||
140 | chomp ($variable{"PWD"} = `pwd`); | ||
141 | |||
139 | $config_help{"MACHINE"} = << "EOF" | 142 | $config_help{"MACHINE"} = << "EOF" |
140 | The machine hostname that you will test. | 143 | The machine hostname that you will test. |
141 | EOF | 144 | EOF |