From: bri Date: Mon, 10 Feb 2014 14:33:45 +0000 (+0400) Subject: -k key is excluded for runnung SALOME with SIMAN X-Git-Tag: V1_0_0~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b906a1d35356489358b8c745d48f7cd556140bb;p=tools%2Fsimanio.git -k key is excluded for runnung SALOME with SIMAN --- diff --git a/scripts/run_salome_siman.sh b/scripts/run_salome_siman.sh index 4a4d82d..e728db8 100644 --- a/scripts/run_salome_siman.sh +++ b/scripts/run_salome_siman.sh @@ -129,7 +129,7 @@ modules="KERNEL,GEOM,MED,SMESH,VISU,YACS,YACSGEN,EFICAS,ASTER,SYRTHES" export NOT_INTERCEPT_SIGNALS=1 #runSalome --siman $1 $2 $3 -k -runSalome --siman $1 $2 $3 -k --modules=$modules +runSalome --siman $1 $2 $3 --modules=$modules rc=$? if [[ $rc != 0 ]] ; then