From: "Brenda J. Butler" <[email protected]> Date: Thu, 8 Mar 2018 15:27:44 -0500
> When processing the commands in the test cases, substitute > the test id for $TESTID. This helps to make more flexible > tests. For example, the testid can be given as a command > line argument. > > As an example, if we wish to save the test output to a file > named for the test case, we can write in the test case: > > "cmdUnderTest": "some test command | tee -a $TESTID.out" > > Signed-off-by: Brenda J. Butler <[email protected]> Applied.
