We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5a82d commit bf121b3Copy full SHA for bf121b3
res/cmake/def.cmake
@@ -175,7 +175,7 @@ if (test AND ${PHARE_EXEC_LEVEL_MIN} GREATER 0) # 0 = no tests
175
TARGET ${binary}
176
POST_BUILD
177
WORKING_DIRECTORY ${directory}
178
- COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> -R \"^${binary}$$\" --output-on-failures
+ COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> -R \"^${binary}$$\" --output-on-failure
179
)
180
endif(testDuringBuild)
181
endfunction(add_phare_test_)
0 commit comments