From 9e35b073c3674b48b372a9619956d3600fa6b01f Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 15 Mar 2023 16:35:29 +0100 Subject: [PATCH] timeout for Dussaix_master_worker on Debian 9 - simply vetoe it --- products/compil_scripts/C3PO.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/products/compil_scripts/C3PO.sh b/products/compil_scripts/C3PO.sh index 6a86fd2..041be0f 100755 --- a/products/compil_scripts/C3PO.sh +++ b/products/compil_scripts/C3PO.sh @@ -46,9 +46,8 @@ cd $BUILD_DIR if [ "$MPI_ROOT_DIR" != "" ]; then case $LINUX_DISTRIBUTION in DB09) - # timeout #FIXME - ctest . -E "Dussaix_master_worker" - ;; + ctest -E "Dussaix_seq|Dussaix_master_worker|Dussaix_collaborative|Listings_collaboratif" + ;; *) ctest . ;; -- 2.39.2