Changeset 12444
- Timestamp:
- 2020-02-24T15:14:49+01:00 (3 years ago)
- Location:
- utils/CI/sette_ticket2304
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette_ticket2304/all_functions.sh
r12422 r12444 103 103 rsync $lREF/EXPREF/*namelist*_cfg $lCFG/EXP00/. 104 104 rsync $lREF/EXPREF/iodef.xml $lCFG/EXP00/. 105 rsync $lREF/EXPREF/ context_*.xml$lCFG/EXP00/.105 rsync $lREF/EXPREF/*context_*.xml $lCFG/EXP00/. 106 106 rsync $lREF/EXPREF/file_def_*.xml $lCFG/EXP00/. 107 107 fi -
utils/CI/sette_ticket2304/sette.sh
r12422 r12444 5 5 6 6 # Parse command-line arguments 7 #8 # -t "test configurations": select active test configurations9 # (overrides selection made using10 # environment variable SETTE_TEST_CONFIGS)11 12 7 if [ $# -gt 0 ]; then 13 8 while getopts t:csh option; do -
utils/CI/sette_ticket2304/sette_rpt.sh
r12431 r12444 15 15 dorv=`ls -1rt $vdir/$nam/$mach/ | tail -1l ` 16 16 dorv=`echo $dorv | sed -e 's:.*/::'` 17 dorv2=`ls -1rt $vdir/$nam2/$mach/ | tail -1l `17 dorv2=`ls -1rt $vdir/$nam2/$mach/ 2>/dev/null | tail -1l ` 18 18 dorv2=`echo $dorv2 | sed -e 's:.*/::'` 19 19 else … … 442 442 case $option in 443 443 c) mach=$OPTARG;; 444 r) lastchange=$OPTARG;;444 r) rev=$OPTARG;; 445 445 h | *) echo '' 446 446 echo 'sette_rpt.sh : ' … … 456 456 shift $((OPTIND - 1)) 457 457 fi 458 459 # if $1 (remaining arguments) 460 if [[ ! -z $1 ]] ; then rev=$1 ; fi 461 462 # by default use the current lastchanged revision 463 lastchange=${rev:-$lastchange} 458 464 459 465 echo ""
Note: See TracChangeset
for help on using the changeset viewer.