• S
    ktest: Allow options to be used by other options · 2a62512b
    Steven Rostedt 提交于
    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: NSteven Rostedt <rostedt@goodmis.org>
    2a62512b
sample.conf 25.3 KB