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 9733 for utils/CI – NEMO

Changeset 9733 for utils/CI


Ignore:
Timestamp:
2018-06-04T14:28:18+02:00 (6 years ago)
Author:
clem
Message:

add some prints in reports

File:
1 edited

Legend:

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

    r9685 r9733  
    291291    f1o=$vdir/$nam/$mach/$dorv/$rep1/ocean.output 
    292292    if  [ ! -f $f1o ] ; then 
    293       printf "%-27s %s %s\n" $nam " ocean.output is MISSING : " $dorv 
     293      printf "%-27s %s %s\n" $nam " ocean.output is MISSING            : " $dorv 
    294294      return; 
    295295    else  
     
    307307    fi 
    308308  else 
    309     printf "%-27s %s %s\n" $nam  " directory is MISSING : " $dorv 
     309    printf "%-27s %s %s\n" $nam  " directory is MISSING               : " $dorv 
    310310  fi 
    311311} 
     
    427427 do 
    428428   resttest $NEMO_VALID $restart_test $pass 
     429   runtest $NEMO_VALID $restart_test $pass 
    429430 done 
    430431# 
Note: See TracChangeset for help on using the changeset viewer.