Changeset 16925


Ignore:
Timestamp:
11/25/13 10:52:16 (11 years ago)
Author:
Eric.Larour
Message:

CHG: check on compilation return!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/jenkins/jenkins.sh ΒΆ

    r16877 r16925  
    197197                make install
    198198        fi
     199        if [ $? -ne 0 ]; then
     200                echo "ISSM_COMPILATION failed!"
     201                exit 1
     202        fi
    199203elif [ "$ISSM_COMPILATION" == "no" ]
    200204then
Note: See TracChangeset for help on using the changeset viewer.