From bc7f6f15605d493513884605d6e1e71403164be4 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 28 Mar 2022 14:29:10 +0200 Subject: [PATCH] do not run make check on sequential version as it was before - will open an artifact about this issue --- products/compil_scripts/scotch-6.0.4.sh | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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 -- 2.39.2