Salome HOME
modif du choix des commandes
[tools/eficas.git] / Aster / lance_test.sh
index 5eb25ff93f6fd8c9e99b1432875006f9fcd491cb..743c70beb936b22adc56571184f127e4549bbd8c 100755 (executable)
@@ -1,14 +1,14 @@
 #unalias do
 #set -x
-version=NEW82
-passe=2
+version=NEW9
+passe=1
 rm -rf ./Batch/${version}/ok_${passe}
 rm -rf ./Batch/${version}/bad_${passe} 
 rm -rf ./Batch/${version}/badfile_${passe}
 rm -rf ./Batch/${version}/nt_${passe}
 for file in `cat ./Batch/${version}/aTester`
 do
-        #echo $file
+        echo $file
         grep "VISU_EFICAS='NON'" $file > /dev/null 2>/dev/null
         rc=$?
         if [ "$rc" != "0" ]