ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/cas_test/CAD4FE/vasy
Revision: 569
Committed: Thu Oct 16 14:36:31 2014 UTC (10 years, 9 months ago) by foucault
File size: 1050 byte(s)
Log Message:
Mise à jour pour CAD4FE (Gilles) : operation 1 (tentative)

File Contents

# User Rev Content
1 foucault 569 #!/bin/bash
2    
3     function executer
4     {
5     $*
6     VAR=$?
7     if (( $VAR )) ; then
8     STATUSTXT="ERREUR dans les tests";
9     STAT=$VAR;
10     fi
11     }
12     CHEMINCOMPILE=../../exe/app
13     STATUSTXT="Test sans ERREUR"
14     echo "*********************************"
15     echo " CAS de CAD4FE "
16     echo "*********************************"
17     STAT=$?
18     echo "************************************************************************"
19     echo " "
20     echo "************************************************************************"
21    
22     executer $CHEMINCOMPILE/CAD4FE/CAD4FE.exe -typecarte 3 -step Handle_jcc.STEP -carte Handle_raf1_scale_mm.pog -niveau 2
23    
24     executer $CHEMINCOMPILE/CAD4FE/CAD4FE.exe -typecarte 3 -step hookdec.sldprt.CAD4FE.STEP -carte hookdec_raf1_mm.pog -niveau 2
25    
26     executer $CHEMINCOMPILE/CAD4FE/CAD4FE.exe -typecarte 3 -step bracket_f_raf2.SLDPRT.CAD4FE.STEP -carte bracket_f_raf2.pog -niveau 2
27    
28     executer $CHEMINCOMPILE/CAD4FE/CAD4FE.exe -typecarte 3 -step bracket_fMAGIC.STEP -carte bracket_raffinement_trous.pog -niveau 2
29    
30     echo $STATUSTXT
31     echo "**********************"
32     exit $STAT

Properties

Name Value
svn:executable *