Skip to content

Commit

Permalink
:peek: (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Oct 16, 2024
1 parent dd5a82d commit bf121b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/cmake/def.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if (test AND ${PHARE_EXEC_LEVEL_MIN} GREATER 0) # 0 = no tests
TARGET ${binary}
POST_BUILD
WORKING_DIRECTORY ${directory}
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> -R \"^${binary}$$\" --output-on-failures
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIGURATION> -R \"^${binary}$$\" --output-on-failure
)
endif(testDuringBuild)
endfunction(add_phare_test_)
Expand Down

0 comments on commit bf121b3

Please sign in to comment.