summaryrefslogtreecommitdiffstats
path: root/test/runtest/retry.py
Commit message (Collapse)AuthorAgeFilesLines
* runtest now writes a log of failsMats Wichmann2020-11-071-0/+69
failed_tests.log is created if there are any fails (on by default). --retry option added to rerun tests from that file, or use -f listfile to use a file of a different name. --faillog=FILE allows saving the fails to a non-default name (in case don't want to overwrite the existing one, perhaps); --no-faillog disables the writing of the log. Two unneeded tests relating to qmtest were dropped: fallback.py didn't really test anything, and noqmtest.py was a duplicate of simple/combined.py after the qmtest specifics had been stripped out. Added tests for the added three options (git thinks two were renames). Signed-off-by: Mats Wichmann <mats@linux.com>