]> SALOME platform Git repositories - tools/eficas.git/blob - Aster/lance_test.sh
Salome HOME
PN pour notation scientifique
[tools/eficas.git] / Aster / lance_test.sh
1 unalias do
2 for file in `ls /local/noyret/Install_Eficas/lescomm/*`
3 do
4         filepath=$file
5         grep "VISU_EFICAS='NON'" $filepath > /dev/null 2>/dev/null
6         rc=$?
7         if [ "$rc" != "0" ]
8         then
9             grep INCLUDE $filepath | grep -v "#" | grep -v INCLUDE_MATERIAU > /dev/null 2>/dev/null
10             rc=$?
11             if  [ "$rc" != "0" ]
12             then
13                 echo $file
14                 ./test_eficas.py $filepath 
15             fi
16         fi
17 #        read a; if [ "$a" == "b" ]  
18 #       then  
19 #          exit  
20 #       fi 
21 done