From: Steven Rostedt Date: Sat, 22 Oct 2011 13:07:03 +0000 (-0400) Subject: ktest: Add variable ${PWD} X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7bf5107347d94bb056c5a0cf78f09e499c3d8f48;p=deliverable%2Flinux.git ktest: Add variable ${PWD} Adding the variable ${PWD} that equals `pwd` makes the config files much simpler. Signed-off-by: Steven Rostedt --- diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 652446dd9e79..9d9ee321a3dc 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl @@ -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