From 16ac20497d793e736f5e15cfa0092c75a05b94e3 Mon Sep 17 00:00:00 2001 From: Matteo Concas Date: Wed, 20 Mar 2024 12:08:43 +0100 Subject: [PATCH] Remove obsolete exception in o2.sh (#5355) CTests are not run anymore in fullCI, this is now superfluous. --- o2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2.sh b/o2.sh index cf66d17706..b08058e8a1 100644 --- a/o2.sh +++ b/o2.sh @@ -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