mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
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.
This commit is contained in:
@@ -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\)
|
||||
Reference in New Issue
Block a user