Skip to content

Commit

Permalink
Remove obsolete exception in o2.sh (alisw#5355)
Browse files Browse the repository at this point in the history
CTests are not run anymore in fullCI, this is now superfluous.
  • Loading branch information
mconcas authored Mar 20, 2024
1 parent 6ca55b6 commit 16ac204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ incremental_recipe: |
find $PWD -name "*.root" -delete
rm -rf test_logs
TESTERR=
ctest -C ${CMAKE_BUILD_TYPE} -E "(test_Framework)|(test_GPUsort(CUDA|HIP))" --output-on-failure ${JOBS+-j $JOBS} || TESTERR=$?
ctest -C ${CMAKE_BUILD_TYPE} -E "test_Framework" --output-on-failure ${JOBS+-j $JOBS} || TESTERR=$?
ctest -C ${CMAKE_BUILD_TYPE} -R test_Framework --output-on-failure || TESTERR=$?
# Display additional logs for tests that timed out in a non-fatal way
set +x
Expand Down

0 comments on commit 16ac204

Please sign in to comment.