Salome HOME
*** empty log message ***
[tools/eficas.git] / Aster / lance_test.sh
1 #unalias do
2 #set -x
3 for file in `ls /local/noyret/Install_Eficas/lescomm/*`
4 do
5         print $file
6         filepath=$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                 echo $file
16                 ./test_eficas.py $filepath 
17             fi
18         fi
19 #        read a; if [ "$a" == "b" ]  
20 #       then  
21 #          exit  
22 #       fi 
23 done