Skip to content

Commit

Permalink
Updating the ats artefact collection
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Feb 8, 2024
1 parent f3b6d7f commit 21f2c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_build_and_test_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ if [[ "${RUN_INTEGRATED_TESTS}" = true ]]; then
# or_die gzip ${DATA_EXCHANGE_DIR}/${DATA_BASENAME_WE}.tar

# Try creating the tar in one shot
or_die tar -czvf ${DATA_EXCHANGE_DIR}/${DATA_BASENAME_WE}.tar.gz -C ${GEOSX_BUILD_DIR}/integratedTests/ TestResults/
or_die tar -czvf ${DATA_EXCHANGE_DIR}/${DATA_BASENAME_WE}.tar.gz -C ${GEOSX_BUILD_DIR}/integratedTests/ integratedTests/* TestResults/
fi

# If we're here, either everything went OK or we have to deal with the integrated tests manually.
Expand Down

0 comments on commit 21f2c51

Please sign in to comment.