summaryrefslogtreecommitdiffstats
path: root/Help/prop_test/TIMEOUT_AFTER_MATCH.rst
Commit message (Collapse)AuthorAgeFilesLines
* CTest: report time spent after matching outputZack Galbreath2016-10-171-1/+3
| | | | | When using the TIMEOUT_AFTER_MATCH test property, only report the time spent by the test after the matching output was found.
* CTest: Optionally use a secondary test timeout after matching outputZack Galbreath2016-03-221-0/+37
Allow a test N seconds to complete after we detect a matching line in its output. Activate this behavior with a new TIMEOUT_AFTER_MATCH test property.