Changeset 21124


Ignore:
Timestamp:
08/09/16 16:01:34 (9 years ago)
Author:
glperez
Message:

CHG: So close! Added awk statements to filter test output.

File:
1 edited

Legend:

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

    r21123 r21124  
    368368                                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
     370                                echo "finished: $(basename $dir)" >> $ISSM_DIR/nightlylog/matlab_log_examples.log
    370371                        fi
    371372                        cd ..
     
    416417        for i in `echo $testlist`
    417418        do
    418                 juLog  -test=Example-$i -name=Error -error=FAILURE cat matlab_log_examples.log
     419                juLog  -test=Example-$i -name=Error -error=FAILURE awk "/starting: $i/{flag=1;next}/finished: $i/{flag=0} flag{print}" matlab_log_examples.log
    419420        done
    420421fi
Note: See TracChangeset for help on using the changeset viewer.