Changeset 8523
- Timestamp:
- 05/17/07 11:39:06 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8522 r8523 18 18 19 19 -*-*- END OF LINE -*-*- 20 2007/05/17 Daniela Dorner 21 22 * scripts/processsequence: 23 - added -v5 to all commands 24 25 26 20 27 2007/05/16 Daniel Hoehne 21 28 -
trunk/MagicSoft/Mars/scripts/processsequence
r8514 r8523 222 222 echo "run $program..." 223 223 logfile=$calpath/$program$sequence.log 224 command="./$program -b -q -f - -log=$logfile --out=$calpath $calrc $sequfile "224 command="./$program -b -q -f -v5 --log=$logfile --out=$calpath $calrc $sequfile " 225 225 echo $command 226 226 $command … … 280 280 program=merppccupdate 281 281 logfile=$merpplogpath/$program$runno.log 282 command="./merpp -u - -log=$logfile --runfile=$runno $ccfile $calfile "282 command="./merpp -u -v5 --log=$logfile --runfile=$runno $ccfile $calfile " 283 283 echo $command 284 284 $command … … 288 288 program=merppcacoupdate 289 289 logfile=$merpplogpath/$program$runno.log 290 command="./merpp -u - -log=$logfile --auto-time $cacofile $calfile"290 command="./merpp -u -v5 --log=$logfile --auto-time $cacofile $calfile" 291 291 echo $command 292 292 $command … … 309 309 then 310 310 echo "couldn't find $calpath => taking standard inpath for $program" 311 command="./$program -b -q -f - -log=$logfile --out=$starpath $sequfile"311 command="./$program -b -q -f -v5 --log=$logfile --out=$starpath $sequfile" 312 312 echo $command 313 313 $command 314 314 else 315 command="./$program -b -q -f - -log=$logfile --ind=$calpath --out=$starpath $sequfile"315 command="./$program -b -q -f -v5 --log=$logfile --ind=$calpath --out=$starpath $sequfile" 316 316 echo $command 317 317 $command
Note:
See TracChangeset
for help on using the changeset viewer.