Skip to content

Commit

Permalink
Capture Output Again
Browse files Browse the repository at this point in the history
This should be identical between Unix and Windows...
  • Loading branch information
ax3l committed Mar 15, 2024
1 parent 96da554 commit fabc2d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tests/CMakeTestInstall/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ foreach(D IN LISTS AMReX_SPACEDIM)
TARGET install_test_${D}d
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E echo "Running test project"
COMMAND ${CMAKE_COMMAND} -E echo "Command: $<TARGET_FILE:install_test_${D}d> ${inputs_path} max_step=1"
COMMAND $<TARGET_FILE:install_test_${D}d> ${inputs_path} max_step=1
# > out_${D}d.txt
COMMAND ${CMAKE_COMMAND} -E echo "Command: $<TARGET_FILE:install_test_${D}d> ${inputs_path} max_step=1 > out_${D}d.txt"
COMMAND $<TARGET_FILE:install_test_${D}d> ${inputs_path} max_step=1 > out_${D}d.txt
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
)
endforeach()

0 comments on commit fabc2d9

Please sign in to comment.