IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2009, 8:27:11 AM (17 years ago)
Author:
bills
Message:

redirect stdout and stderr for tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r25494 r25708  
    172172
    173173  task.exec
     174    stdout $LOGSUBDIR/destreak.run.log
     175    stderr $LOGSUBDIR/destreak.run.log
    174176    book npages magicToDS -var N
    175177    if ($N == 0) break
     
    362364
    363365  task.exec
     366    stdout $LOGSUBDIR/destreak.revert.run.log
     367    stderr $LOGSUBDIR/destreak.revert.run.log
     368
    364369    book npages magicDSToRevert -var N
    365370    if ($N == 0) break
Note: See TracChangeset for help on using the changeset viewer.