diff options
author | Brad King <brad.king@kitware.com> | 2021-04-06 16:43:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-04-06 18:48:14 (GMT) |
commit | 82e40607a4b36d2ee8d3abec4dcd30a18b632ce9 (patch) | |
tree | 8a48a18662a3c2c9245e3339d3b0eba020601418 /Tests/RunCMake/CTestCommandLine/test-load-invalid-stdout.txt | |
parent | 80da23f2a2cb5b24d0f785384640198366173a25 (diff) | |
download | CMake-82e40607a4b36d2ee8d3abec4dcd30a18b632ce9.zip CMake-82e40607a4b36d2ee8d3abec4dcd30a18b632ce9.tar.gz CMake-82e40607a4b36d2ee8d3abec4dcd30a18b632ce9.tar.bz2 |
ctest: Display test "WAITING" messages only in extra-verbose mode
These messages are incidental scheduling output. Avoid cluttering
the normal verbose output showing tests starting and finishing.
Diffstat (limited to 'Tests/RunCMake/CTestCommandLine/test-load-invalid-stdout.txt')
-rw-r--r-- | Tests/RunCMake/CTestCommandLine/test-load-invalid-stdout.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/test-load-invalid-stdout.txt b/Tests/RunCMake/CTestCommandLine/test-load-invalid-stdout.txt index 7ee3dae..5101985 100644 --- a/Tests/RunCMake/CTestCommandLine/test-load-invalid-stdout.txt +++ b/Tests/RunCMake/CTestCommandLine/test-load-invalid-stdout.txt @@ -1,7 +1,20 @@ -^Test project .*/Tests/RunCMake/CTestCommandLine/TestLoad +Test project [^ +]*/Tests/RunCMake/CTestCommandLine/TestLoad( +[^*][^ +]*)* +test 1 Start 1: TestLoad1 ++( +[^*][^ +]*)* +test 2 Start 2: TestLoad2 -1/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec ++( +[^*][^ +]*)* +1/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec( +[^*][^ +]*)* 2/2 Test #[1-2]: TestLoad[1-2] ........................ Passed +[0-9.]+ sec + 100% tests passed, 0 tests failed out of 2 |