Changeset 21116


Ignore:
Timestamp:
08/09/16 13:45:17 (9 years ago)
Author:
glperez
Message:

CHG: Adding starting marker to tests. Needed for julog to pick up different tests.

File:
1 edited

Legend:

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

    r21115 r21116  
    333333                # Some of the examples are incomplete (on purpose). As such, we will have to populate the
    334334                # missing steps in order to make sure that everything is working.
    335                         echo "Testing directory example: ${dir}"
     335                        echo "Testing directory example: $(basename dir)"
    336336
    337337                        # Greenland is missing step 8
     
    364364                                echo "disp('FAILURE');" >> $FILE
    365365                                echo 'end' >> $FILE
    366                                 echo "starting: ${dir}"
    367366
    368367                                $MATLAB_PATH/bin/matlab -nosplash -nodisplay -r "addpath $ISSM_DIR/src/m/dev; devpath; addpath $ISSM_DIR/nightlylog/; runme" -logfile $ISSM_DIR/nightlylog/$LOG_FILE
     368                                echo "starting: $(basename dir)" >> $ISSM_DIR/nightlylog/matlab_log_examples.log
    369369                                cat $ISSM_DIR/nightlylog/$LOG_FILE >> $ISSM_DIR/nightlylog/matlab_log_examples.log
    370370                        fi
Note: See TracChangeset for help on using the changeset viewer.