Changeset 601 for XIOS/branchs


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/branchs/xios-1.0/make_xios

    r475 r601  
    193193fi 
    194194 
    195  
    196 if [[ $? == 0 ]] 
     195build_exit_status=$? 
     196 
     197if [[ $build_exit_status == 0 ]] 
    197198  then 
    198199  set nothing 
     
    201202#    make 
    202203fi 
     204 
     205exit $build_exit_status 
Note: See TracChangeset for help on using the changeset viewer.