Skip to content

Commit bf121b3

Browse files
authored
:peek: (#904)
1 parent dd5a82d commit bf121b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/cmake/def.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ if (test AND ${PHARE_EXEC_LEVEL_MIN} GREATER 0) # 0 = no tests
175175
TARGET ${binary}
176176
POST_BUILD
177177
WORKING_DIRECTORY ${directory}
178-
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> -R \"^${binary}$$\" --output-on-failures
178+
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> -R \"^${binary}$$\" --output-on-failure
179179
)
180180
endif(testDuringBuild)
181181
endfunction(add_phare_test_)

0 commit comments

Comments
 (0)