From: Nabil Ghodbane Date: Mon, 28 Mar 2022 12:29:10 +0000 (+0200) Subject: do not run make check on sequential version as it was before - will open an artifact... X-Git-Tag: V9_9_0~122 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bc7f6f15605d493513884605d6e1e71403164be4;p=tools%2Fsat_salome.git do not run make check on sequential version as it was before - will open an artifact about this issue --- diff --git a/products/compil_scripts/scotch-6.0.4.sh b/products/compil_scripts/scotch-6.0.4.sh index 19c5207..c685510 100755 --- a/products/compil_scripts/scotch-6.0.4.sh +++ b/products/compil_scripts/scotch-6.0.4.sh @@ -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