Changeset 21117


Ignore:
Timestamp:
08/09/16 14:22:26 (9 years ago)
Author:
glperez
Message:

FIX: Mistake with grabbing basename.

File:
1 edited

Legend:

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

    r21116 r21117  
    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: $(basename dir)"
     335                        echo "Testing directory example: $(basename $dir)"
    336336
    337337                        # Greenland is missing step 8
     
    357357                                ./Download.sh
    358358                        else
    359                                 LOG_FILE="matlab_log_$(basename dir)_examples.log"
     359                                LOG_FILE="matlab_log_$(basename $dir)_examples.log"
    360360                                echo "disp('SUCCESS');" >> $FILE
    361361                                echo 'catch me' >> $FILE
     
    366366
    367367                                $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
     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.