Commit 7bf51073 authored by Steven Rostedt's avatar Steven Rostedt Committed by Steven Rostedt

ktest: Add variable ${PWD}

Adding the variable ${PWD} that equals `pwd` makes the config files
much simpler.
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 9f7424cc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment