summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt
diff options
context:
space:
mode:
authorFrancesco Guastella <francesco.guastella@bisimulations.com>2021-12-20 17:35:09 (GMT)
committerBrad King <brad.king@kitware.com>2022-01-07 14:25:57 (GMT)
commit1f9554d4e95087a63b3ab8279cfbda6c3b25004d (patch)
treeedebf6852b6b9a3bc82354167f38b0d6667e7c17 /Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt
parent353318cc53b87f647141e8d12e79bd4b20be489b (diff)
downloadCMake-1f9554d4e95087a63b3ab8279cfbda6c3b25004d.zip
CMake-1f9554d4e95087a63b3ab8279cfbda6c3b25004d.tar.gz
CMake-1f9554d4e95087a63b3ab8279cfbda6c3b25004d.tar.bz2
GoogleTest: Fix regex matching all dots in the suite name
Diffstat (limited to 'Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt')
-rw-r--r--Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt b/Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt
index d06cd0a..58b2453 100644
--- a/Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt
+++ b/Tests/RunCMake/GoogleTest/GoogleTest-skip-test-stdout.txt
@@ -1,10 +1,10 @@
Test project .*
- Start 36: skip_test.test1
-1/1 Test #36: skip_test.test1 \.+\*\*\*Skipped +[0-9.]+ sec
+ Start 64: skip_test\.test1
+1/1 Test #64: 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:
-.*36 - skip_test\.test1 \(Skipped\)
+.*64 - skip_test\.test1 \(Skipped\)