Salome HOME
PN : pour ouvrir tous les .comm. fonctionnement semi-automatique
[tools/eficas.git] / Aster / lance_test.sh
1 unalias do
2 for file in `ls /local/noyret/Install_Eficas/lescomm/z*`
3 do
4         echo $file
5         filepath=$file
6         #filepath=/local/noyret/Install_Eficas/lescomm/$file
7         grep "VISU_EFICAS='NON'" $filepath > /dev/null 2>/dev/null
8         rc=$?
9         if [ "$rc" != "0" ]
10         then
11             grep INCLUDE $filepath | grep -v "#" | grep -v INCLUDE_MATERIAU > /dev/null 2>/dev/null
12             rc=$?
13             if  [ "$rc" != "0" ]
14             then
15                 ./test_eficas.py $filepath  | grep -v mx.TextTools | grep -v Aster | grep -v relire| grep -v mxExtensions | grep -v DEBUT | grep -v FIN 
16             fi
17         fi
18 #        read a; if [ "$a" == "b" ]  
19 #       then  
20 #          exit  
21 #       fi 
22 done