dect
/
linux-2.6
Archived
13
0
Fork 0

ktest: Add variable ${PWD}

Adding the variable ${PWD} that equals `pwd` makes the config files
much simpler.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
Steven Rostedt 2011-10-22 09:07:03 -04:00 committed by Steven Rostedt
parent 9f7424cc86
commit 7bf5107347
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@ my %force_config;
# do not force reboots on config problems
my $no_reboot = 1;
# default variables that can be used
chomp ($variable{"PWD"} = `pwd`);
$config_help{"MACHINE"} = << "EOF"
The machine hostname that you will test.
EOF