aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing')
-rwxr-xr-xtools/testing/ktest/ktest.pl3
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
137my $no_reboot = 1; 137my $no_reboot = 1;
138 138
139# default variables that can be used
140chomp ($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.
141EOF 144EOF