mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 05:50:19 +00:00
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:
parent
9f7424cc86
commit
7bf5107347
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user