提交 7bf51073 编写于 作者: S Steven Rostedt 提交者: Steven Rostedt

ktest: Add variable ${PWD}

Adding the variable ${PWD} that equals `pwd` makes the config files
much simpler.
Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
上级 9f7424cc
无相关合并请求
...@@ -136,6 +136,9 @@ my %force_config; ...@@ -136,6 +136,9 @@ my %force_config;
# do not force reboots on config problems # do not force reboots on config problems
my $no_reboot = 1; my $no_reboot = 1;
# default variables that can be used
chomp ($variable{"PWD"} = `pwd`);
$config_help{"MACHINE"} = << "EOF" $config_help{"MACHINE"} = << "EOF"
The machine hostname that you will test. The machine hostname that you will test.
EOF EOF
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部