]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
timeout for Dussaix_master_worker on Debian 9 - simply vetoe it
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 15 Mar 2023 15:35:29 +0000 (16:35 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 15 Mar 2023 15:35:29 +0000 (16:35 +0100)
products/compil_scripts/C3PO.sh

index 6a86fd2a562fd9596a551faf33f06e49f7a67c70..041be0fcedce19b55699fcc060c29c58386fc471 100755 (executable)
@@ -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 .
             ;;