From 5d4a4b6cde397ffede74a27f06591d63c0a6d66c Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Sat, 22 Oct 2011 09:07:03 -0400 Subject: [PATCH] --- yaml --- r: 275182 b: refs/heads/master c: 7bf5107347d94bb056c5a0cf78f09e499c3d8f48 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/testing/ktest/ktest.pl | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 76a29ec2220c..4ee3445244f3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9f7424cc86adf55c3fccaa1160b6cf5c6cfc4c02 +refs/heads/master: 7bf5107347d94bb056c5a0cf78f09e499c3d8f48 diff --git a/trunk/tools/testing/ktest/ktest.pl b/trunk/tools/testing/ktest/ktest.pl index 652446dd9e79..9d9ee321a3dc 100755 --- a/trunk/tools/testing/ktest/ktest.pl +++ b/trunk/tools/testing/ktest/ktest.pl @@ -136,6 +136,9 @@ # 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