projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f7424c
)
ktest: Add variable ${PWD}
author
Steven Rostedt
<srostedt@redhat.com>
Sat, 22 Oct 2011 13:07:03 +0000
(09:07 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Sat, 22 Oct 2011 13:07:03 +0000
(09:07 -0400)
Adding the variable ${PWD} that equals `pwd` makes the config files
much simpler.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl
patch
|
blob
|
blame
|
history
diff --git
a/tools/testing/ktest/ktest.pl
b/tools/testing/ktest/ktest.pl
index 652446dd9e795764faf36944f8017b7bf125215b..9d9ee321a3dcbc15552922fdb03e7d2628adcee7 100755
(executable)
--- 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