diff options
author | Brad King <brad.king@kitware.com> | 2021-07-06 13:47:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-07-06 13:47:50 (GMT) |
commit | 058253aa87e23f1ec6fd6f0a06262fa24a3e8d2c (patch) | |
tree | 1766688d626e0b0ce160c39d3843ced3e09b4849 /Tests/RunCMake/GoogleTest/GoogleTest-property-timeout1-stdout.txt | |
parent | a27fa90aa1bc88a1633c51a8e6951373d6c62499 (diff) | |
parent | 46c89c77de3216088afe11ffba33321b2cbb81e2 (diff) | |
download | CMake-058253aa87e23f1ec6fd6f0a06262fa24a3e8d2c.zip CMake-058253aa87e23f1ec6fd6f0a06262fa24a3e8d2c.tar.gz CMake-058253aa87e23f1ec6fd6f0a06262fa24a3e8d2c.tar.bz2 |
Merge topic 'ci-fixups'
46c89c77de gitlab-ci: Rename CI config variable to avoid conflict with CMAKE_BUILD_TYPE
3ede66e17a Tests: Fix newline matching in several RunCMake.* cases
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6298
Diffstat (limited to 'Tests/RunCMake/GoogleTest/GoogleTest-property-timeout1-stdout.txt')
-rw-r--r-- | Tests/RunCMake/GoogleTest/GoogleTest-property-timeout1-stdout.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTest-property-timeout1-stdout.txt b/Tests/RunCMake/GoogleTest/GoogleTest-property-timeout1-stdout.txt index 0dda49d..5febfbf 100644 --- a/Tests/RunCMake/GoogleTest/GoogleTest-property-timeout1-stdout.txt +++ b/Tests/RunCMake/GoogleTest/GoogleTest-property-timeout1-stdout.txt @@ -1,10 +1,12 @@ Test project .*GoogleTest-build [ \t]*Start [0-9]+: property_timeout.case_no_discovery -[^\n]+property_timeout.case_no_discovery +\.+\*\*\*Timeout +[0-9.]+ sec +[^ +]+property_timeout.case_no_discovery +\.+\*\*\*Timeout +[0-9.]+ sec + 0% tests passed, 1 tests failed out of 1 + Total Test time \(real\) = +[0-9.]+ sec + The following tests FAILED: -[^\n]*property_timeout.case_no_discovery \(Timeout\) +[^ +]*property_timeout.case_no_discovery \(Timeout\) |