From: Nabil Ghodbane Date: Wed, 15 Mar 2023 15:35:29 +0000 (+0100) Subject: timeout for Dussaix_master_worker on Debian 9 - simply vetoe it X-Git-Tag: V9_11_0~84 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9e35b073c3674b48b372a9619956d3600fa6b01f;p=tools%2Fsat_salome.git timeout for Dussaix_master_worker on Debian 9 - simply vetoe it --- 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 . ;;