mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
f43f8f7351
Repeatedly running a given test, for example, by repeating the name as in "--configs "TREE08 TREE08 TREE08" records the results only of the last run of this test. This is because the earlier results are overwritten by the later results. This commit therefore checks for earlier results, using numbered file extensions to distinguish multiple runs. The earlier example would therefore create directories TREE01, TREE01.2, and TREE01.3. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Greg KH <gregkh@linuxfoundation.org> |
||
---|---|---|
.. | ||
fault-injection | ||
ktest | ||
selftests |