commit | 2a62512bceb44ad45f78aa7ca0e9cfaee9eae46f | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri May 20 15:48:59 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri May 20 15:48:59 2011 -0400 |
tree | 53790abb9948f7ad3f1269f74bd59b553130e67b | |
parent | 77d942ceacbad02d8498ac72ed8d634634057aec [diff] |
ktest: Allow options to be used by other options There are cases where one ktest option may be used within another ktest option. Allow them to be reused just like config variables but there are evaluated at time of test not config processing time. Thus having something like: MAKE_CMD = make ARCH=${ARCH} TEST_START ARCH = powerpc TEST_START ARCH = arm Will have the arch defined for each test iteration. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>