Changeset 8448


Ignore:
Timestamp:
04/25/07 16:17:19 (18 years ago)
Author:
hoehne
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8447 r8448  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2007/04/25 Daniel Hoehne
     22
     23   * datacenter/scripts/runcallisto:
     24     - removed obsolete option -raw from command line for callisto
     25
     26
     27
    2128 2007/04/25 Thomas Bretz
    2229
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r8410 r8448  
    8989setstatus "start" >> $scriptlog 2>&1
    9090
    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>&1
    92 ./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
     91echo "./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
    9393check1=$?
    9494
Note: See TracChangeset for help on using the changeset viewer.