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:
Craig Scott
2021-11-14 17:54:57 +11:00
parent fed67fa40d
commit 715af43124

View File

@@ -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\)