Changeset 8448 for trunk/MagicSoft
- Timestamp:
- 04/25/07 16:17:19 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8447 r8448 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/04/25 Daniel Hoehne 22 23 * datacenter/scripts/runcallisto: 24 - removed obsolete option -raw from command line for callisto 25 26 27 21 28 2007/04/25 Thomas Bretz 22 29 -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8410 r8448 89 89 setstatus "start" >> $scriptlog 2>&1 90 90 91 echo "./callisto -b -q -v4 -f - raw --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null" >> $scriptlog 2>&192 ./callisto -b -q -v4 -f - raw --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null91 echo "./callisto -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null" >> $scriptlog 2>&1 92 ./callisto -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --out=$outpath --config=$callistorcseq $sequfile 2>> $scriptlog > /dev/null 93 93 check1=$? 94 94
Note:
See TracChangeset
for help on using the changeset viewer.