ktest: Evaluate variables entered on the command line
authorSteven Rostedt <srostedt@redhat.com>
Fri, 28 Oct 2011 11:01:40 +0000 (07:01 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 28 Oct 2011 11:01:40 +0000 (07:01 -0400)
commit815e2bd7d609da9c7615ea28a3990064a394312f
treeaa9a993e0b5bbd3dc42e50c01ad36a8261fb5837
parent7bf5107347d94bb056c5a0cf78f09e499c3d8f48
ktest: Evaluate variables entered on the command line

When ktest.pl is called without any arguments, or if the config
file does not exist, ktest.pl will ask the user for some information.
Some of these questions are code paths. Allowing the user to type
${PWD} for the current directory greatly simplifies these entries.

Add variable processing to the entered values.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl