Changeset 9190 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
12/09/08 14:35:03 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/copyscript

    r9134 r9190  
    160160               echo "found run-file $filename" >> $scriptlog 2>&1
    161161
    162                checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt | intgrep`
     162               fillrunlog=$copylogpath"/filldotrun-$filename-log.txt"
     163               checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $fillrunlog | intgrep`
     164               if grep WARN $fillrunlog >/dev/null
     165               then
     166                  printprocesslog "WARN found in logfile "$fillrunlog
     167               fi
     168               
     169               if grep ERROR $fillrunlog >/dev/null
     170               then
     171                  printprocesslog "ERROR found in logfile "$fillrunlog
     172               fi
    163173
    164174               case $checkfillrun in
Note: See TracChangeset for help on using the changeset viewer.