Changeset 601 for XIOS/trunk/make_xios


Ignore:
Timestamp:
05/27/15 13:40:38 (9 years ago)
Author:
rlacroix
Message:

Build script: forward the return code of fcm build.

This should ensure that compilation errors are properly detected by the continuous integration tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/make_xios

    r591 r601  
    190190fi 
    191191 
    192  
    193 if [[ $? == 0 ]] 
     192build_exit_status=$? 
     193 
     194if [[ $build_exit_status == 0 ]] 
    194195  then 
    195196  set nothing 
     
    198199#    make 
    199200fi 
     201 
     202exit $build_exit_status 
Note: See TracChangeset for help on using the changeset viewer.