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 13887 for utils – NEMO

Changeset 13887 for utils


Ignore:
Timestamp:
2020-11-26T15:40:41+01:00 (3 years ago)
Author:
gsamson
Message:

initialize SETTE_TIMING to 'no' when not using '-T' option (otherwise string comparison test fails in sette_reference-configurations.sh and sette_test-cases.sh)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette.sh

    r13790 r13887  
    33SETTE_DIR=$(cd $(dirname "$0"); pwd) 
    44MAIN_DIR=$(dirname $SETTE_DIR) 
     5export SETTE_TIMING='no' 
    56 
    67# Parse command-line arguments 
Note: See TracChangeset for help on using the changeset viewer.