]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
do not run make check on sequential version as it was before - will open an artifact...
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 28 Mar 2022 12:29:10 +0000 (14:29 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 28 Mar 2022 12:29:10 +0000 (14:29 +0200)
products/compil_scripts/scotch-6.0.4.sh

index 19c52076234a74fdc0b4301479198288dc638d2d..c6855105aa67833856e8a2acd4f1f131bf5a679d 100755 (executable)
@@ -44,18 +44,16 @@ else
     echo "*** hostnamectl says that $HOSTNAME is *NOT* a virtual machine"
 fi
 
-echo
-echo "*** make ptcheck"
 cd $BUILD_DIR/src
 if [ -n "$SAT_HPC" ]; then
+    echo
+    echo "*** make ptcheck"
     make ptcheck
-else
-    make check
-fi
-if [ $? -ne 0 ]
-then
-    echo "ERROR on make check"
-    exit 3
+    if [ $? -ne 0 ]
+    then
+       echo "ERROR on make check"
+       exit 3
+    fi
 fi
 
 echo