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 11492 for utils/CI/fix_ticket2302_sette/sette_rpt.sh – NEMO

Ignore:
Timestamp:
2019-09-02T19:39:43+02:00 (5 years ago)
Author:
smueller
Message:

Ensuring of output from the identictest test for all variants of incomplete tests (ticket #2302)

File:
1 edited

Legend:

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

    r11491 r11492  
    384384    f2s=$vdir/$dir2/$mach/$dorv2/$rep2/run.stat 
    385385 
    386     if  [ ! -f $f1s ] && [ ! -f $f2s ] ; then  
    387       printf "%-27s %s\n" $dir1 $dir2 " incomplete test"; 
    388       return;  
    389     fi 
    390 # 
    391386    done_oce=0 
    392387 
     
    412407        fi 
    413408      fi 
     409    else 
     410      printf "%-27s %-27s %s\n" $dir1 $dir2 " incomplete test" 
    414411    fi 
    415412  else 
    416     printf "%-27s %s\n" $dir1 $dir2 " incomplete test"; 
     413    printf "%-27s %-27s %s\n" $dir1 $dir2 " incomplete test" 
    417414  fi 
    418415} 
Note: See TracChangeset for help on using the changeset viewer.