mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
39ac8b4eb5
Add an option to re-run tests if they timeout. This will help tolerate sporadic timeouts on busy machines.
16 lines
622 B
Plaintext
16 lines
622 B
Plaintext
^Test project .*/Tests/RunCMake/CTestCommandLine/repeat-after-timeout-build
|
|
Start 1: initialization
|
|
1/4 Test #1: initialization ................... Passed +[0-9.]+ sec
|
|
Start 2: test1
|
|
2/4 Test #2: test1 ............................\*\*\*Timeout +[0-9.]+ sec
|
|
Start 2: test1
|
|
Test #2: test1 ............................ Passed +[0-9.]+ sec
|
|
Start 3: hello
|
|
3/4 Test #3: hello ............................ Passed +[0-9.]+ sec
|
|
Start 4: goodbye
|
|
4/4 Test #4: goodbye .......................... Passed +[0-9.]+ sec
|
|
|
|
100% tests passed, 0 tests failed out of 4
|
|
|
|
Total Test time \(real\) = +[0-9.]+ sec$
|