Changes between Version 4 and Version 5 of Testing_Quickstart

Show
Ignore:
Timestamp:
10/01/08 14:05:53 (16 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Testing_Quickstart

    v4 v5  
    279279  <!ENTITY  scpt  "export BUILD_PWD=$PWD ; . $NUWA_HOME/$NUWA_SCRIPT ; "  > 
    280280  <!ENTITY  env  " &slav;  &nuwa;  &scpt; " >  
    281   <!ENTITY test  "dyb__test --with-xml-output --xml-outfile=$BUILD_PWD/test-${test}.xml --xml-baseprefix=$(dyb__relativeto $BUILD_PATH $BUILD_CONFIG_PATH)/ ; "  > 
     281  <!ENTITY test  "dyb__test --with-xml-output --xml-outfile=$BUILD_PWD/test-$BUILD_TEST.xml --xml-baseprefix=$(dyb__relativeto $BUILD_PATH $BUILD_CONFIG_PATH)/ ; "  > 
    282282]> 
    283283 
     
    289289  > 
    290290 
    291 <step id="checkout" description="checkout" onerror="continue" > <sh:exec executable="bash" output="checkout.out"  args=" -c &quot; &env;  dyb__checkout          &quot; " /> </step>    
    292 <step id="external" description="external" onerror="continue" > <sh:exec executable="bash" output="external.out"  args=" -c &quot; &env;  dyb__external          &quot; " /> </step>    
    293 <step id="relax"    description="relax"    onerror="continue" > <sh:exec executable="bash" output="relax.out"     args=" -c &quot; &env;  dyb__projects relax    &quot; " /> </step>    
    294 <step id="gaudi"    description="gaudi"    onerror="continue" > <sh:exec executable="bash" output="gaudi.out"     args=" -c &quot; &env;  dyb__projects gaudi    &quot; " /> </step>    
    295 <step id="lhcb"     description="lhcb"     onerror="continue" > <sh:exec executable="bash" output="lhcb.out"      args=" -c &quot; &env;  dyb__projects lhcb     &quot; " /> </step>    
    296 <step id="dybgaudi" description="dybgaudi" onerror="continue" > <sh:exec executable="bash" output="dybgaudi.out"  args=" -c &quot; &env;  dyb__projects dybgaudi &quot; " /> </step>    
     291<step id="checkout" description="checkout" onerror="continue" > <sh:exec executable="bash" output="checkout.out"  args=" -c &quot; &env;  dyb__checkout          &quot; " /> </step> 
     292<step id="external" description="external" onerror="continue" > <sh:exec executable="bash" output="external.out"  args=" -c &quot; &env;  dyb__external          &quot; " /> </step> 
     293<step id="relax"    description="relax"    onerror="continue" > <sh:exec executable="bash" output="relax.out"     args=" -c &quot; &env;  dyb__projects relax    &quot; " /> </step> 
     294<step id="gaudi"    description="gaudi"    onerror="continue" > <sh:exec executable="bash" output="gaudi.out"     args=" -c &quot; &env;  dyb__projects gaudi    &quot; " /> </step> 
     295<step id="lhcb"     description="lhcb"     onerror="continue" > <sh:exec executable="bash" output="lhcb.out"      args=" -c &quot; &env;  dyb__projects lhcb     &quot; " /> </step> 
     296<step id="dybgaudi" description="dybgaudi" onerror="continue" > <sh:exec executable="bash" output="dybgaudi.out"  args=" -c &quot; &env;  dyb__projects dybgaudi &quot; " /> </step> 
    297297 
    298298 
    299299<step id="test-gentools" description="test-gentools" onerror="continue" > 
    300300     <sh:exec executable="bash"  output="test-gentools.out" 
    301            args=" -c &quot;  &env; test=gentools ; export BUILD_PATH=dybgaudi/trunk/Simulation/GenTools ; &test; &quot; " /> 
    302      <python:unittest file="test-gentools.xml" />  
    303 </step>    
     301           args=" -c &quot;  &env; export BUILD_TEST=gentools ; export BUILD_PATH=dybgaudi/trunk/Simulation/GenTools ; &test; &quot; " /> 
     302     <python:unittest file="test-gentools.xml" /> 
     303</step> 
    304304 
    305305<step id="test-rootio" description="test-rootio" onerror="continue" > 
    306306     <sh:exec executable="bash"  output="test-rootio.out" 
    307            args=" -c &quot;  &env; test=rootio   ; export BUILD_PATH=dybgaudi/trunk/RootIO/RootIOTest   ; &test; &quot; " /> 
    308      <python:unittest file="test-rootio.xml" />  
    309 </step>    
    310  
    311  
    312 </build> 
    313  
     307           args=" -c &quot;  &env; export BUILD_TEST=rootio   ; export BUILD_PATH=dybgaudi/trunk/RootIO/RootIOTest   ; &test; &quot; " /> 
     308     <python:unittest file="test-rootio.xml" /> 
     309</step> 
    314310 
    315311