mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
Tests: Fix ctest flag typo in RunCMake.GoogleTest
This commit is contained in:
@@ -134,7 +134,7 @@ function(run_GoogleTestLauncher DISCOVERY_MODE)
|
|||||||
${CMAKE_CTEST_COMMAND}
|
${CMAKE_CTEST_COMMAND}
|
||||||
-C Debug
|
-C Debug
|
||||||
-V
|
-V
|
||||||
--no-label-sumary
|
--no-label-summary
|
||||||
)
|
)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
@@ -197,7 +197,7 @@ function(run_GoogleTest_discovery_timeout DISCOVERY_MODE)
|
|||||||
${CMAKE_CTEST_COMMAND}
|
${CMAKE_CTEST_COMMAND}
|
||||||
-C Debug
|
-C Debug
|
||||||
-R discovery_timeout_test
|
-R discovery_timeout_test
|
||||||
--no-label-sumary
|
--no-label-summary
|
||||||
)
|
)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user