summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-11-14 17:54:57 +1100
committerCraig Scott <craig.scott@crascit.com>2021-11-14 17:55:49 +1100
commit715af43124cbd99656c085cef4c37be1ea0cc7b0 (patch)
tree728d8ae32a89f742466df1fd3ee323ef3de0e8f1
parentfed67fa40d7b6e34ee7c8565694bd54af61aed73 (diff)
downloadcmake-715af43124cbd99656c085cef4c37be1ea0cc7b0.tar.gz
Tests: Fix and update wrongly named GoogleTest stdout file
The GoogleTest-skip-test output was never being checked since this test was added due to this file having the wrong name.
-rw-r--r--Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt (renamed from Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt)6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt b/Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt
index eeecb6a7c2..d06cd0a4d6 100644
--- a/Tests/RunCMake/GoogleTest/GoogleTest-skip-timeout-stdout.txt
+++ b/Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt
@@ -1,10 +1,10 @@
Test project .*
- Start 20: skip_test.test1
-1/1 Test #20: skip_test.test1 \.+\*\*\*Skipped +[0-9.]+ sec
+ Start 36: skip_test.test1
+1/1 Test #36: skip_test.test1 \.+\*\*\*Skipped +[0-9.]+ sec
100% tests passed, 0 tests failed out of 1
Total Test time \(real\) = +[0-9.]+ sec
The following tests did not run:
-.*20 - skip_test\.test1 \(Skipped\)
+.*36 - skip_test\.test1 \(Skipped\)