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 11153 for NEMO/branches/2019/fix_sette_ticket2239/sette_rpt.sh – NEMO

Ignore:
Timestamp:
2019-06-20T15:40:58+02:00 (5 years ago)
Author:
mathiot
Message:

add detection of local modifications in src/cfgs/test, SETTE results saved in XXXXX+ instead of XXXXX if there is differences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/sette_rpt.sh

    r11140 r11153  
    451451branchname=`LC_MESSAGES=${LANG} ${SVN_CMD} info ${MAIN_DIR} | grep ^URL | awk -F ipsl/forge/projets/nemo/svn/ '{print $NF}'` 
    452452echo "Current code is : $branchname @ r$revision  ( last change @ r$lastchange )" 
     453[ `svn status -q ${MAIN_DIR}/{cfg,tests,src} | wc -l` -ge 1 ] && lastchange=${lastchange}+ 
    453454 
    454455# overwrite revision is argument 1 present 
Note: See TracChangeset for help on using the changeset viewer.