mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Tests/RunCMake/GoogleTest: Match discovery timeout message more precisely
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
( *|[0-9]+>)CMake Error at .*GoogleTestAddTests\.cmake:[0-9]+ \(message\):
|
||||
( *|[0-9]+>)CMake Error at [^
|
||||
]*GoogleTestAddTests\.cmake:[0-9]+ \(message\):
|
||||
( *|[0-9]+>) Error running test executable\.
|
||||
?( *|[0-9]+>)
|
||||
( *|[0-9]+>) Path: '.*discovery_timeout_test(\.exe)?'
|
||||
( *|[0-9]+>) Path: '[^']*discovery_timeout_test(\.exe)?'
|
||||
( *|[0-9]+>) Working directory: '[^']*/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout'
|
||||
( *|[0-9]+>) Result: Process terminated due to timeout
|
||||
( *|[0-9]+>) Output:
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
CMake Error at .*GoogleTestAddTests\.cmake:[0-9]+ \(message\):
|
||||
CMake Error at [^
|
||||
]*GoogleTestAddTests\.cmake:[0-9]+ \(message\):
|
||||
[ \t]*Error running test executable\.
|
||||
+
|
||||
[ \t]*Path: '.*discovery_timeout_test(\.exe)?'
|
||||
[ \t]*Path: '[^']*discovery_timeout_test(\.exe)?'
|
||||
[ \t]*Working directory: '[^']*/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout'
|
||||
[ \t]*Result: Process terminated due to timeout
|
||||
[ \t]*Output:
|
||||
|
||||
Reference in New Issue
Block a user