ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/cas_test/optmvtnormal/vasy
Revision: 780
Committed: Mon Feb 1 20:41:02 2016 UTC (9 years, 4 months ago) by francois
File size: 316 byte(s)
Log Message:
mise a jour des cas tests vers la version 12.4 de code aster

File Contents

# User Rev Content
1 gervaislavoie 561 #!/bin/bash
2     STAT=$?
3 francois 746 for rep in `ls`; do
4     if [ -d $rep ]; then
5     echo "****************************************************";
6     echo $rep;
7     echo "****************************************************";
8     cd $rep ;
9     ./vasy;
10 francois 780 RETOUR=$?
11     if (( $RETOUR )) ; then STAT=$RETOUR; fi
12 francois 746 cd ..;
13     fi
14     done
15 gervaislavoie 561 exit $STAT

Properties

Name Value
svn:executable *