Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix RunCMake.CTestCommandLine expected output time matching | Brad King | 2015-03-31 | 1 | -11/+11 |
| | | | | | | When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them. | ||||
* | ctest: Add a new --repeat-until-fail option | Bill Hoffman | 2015-03-23 | 1 | -0/+30 |
This option tells ctest to run each test N times until the test fails or the N times have run. This is useful for finding random failing tests. |