New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 5696 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting.sh – NEMO

Ignore:
Timestamp:
2015-08-17T21:28:42+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Improve trusting output readability; use of commands block instead of multiples '&&'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/trusting.sh

    r5695 r5696  
    164164print_step 'Compare new outputs to benchmark files' 
    165165diff_results 
    166 [ $ST == 'FAILED' ] && echo 'Failure' || echo 'Success' 
    167166print_step 'Compare new restarts to benchmark files' 
    168167diff_restart 
    169 [ $ST == 'FAILED' ] && get_out 8      || echo 'Success' 
     168[ $ST == 'FAILED' ] && get_out 8 
    170169 
    171170 
Note: See TracChangeset for help on using the changeset viewer.