IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24050


Ignore:
Timestamp:
May 3, 2009, 3:27:23 PM (17 years ago)
Author:
eugene
Message:

generate fake commands quickly if outstanding fake entries exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/fake.pro

    r23954 r24050  
    123123
    124124  task.exec
     125    # fake is fast, so generate a bunch of commands in a row
    125126    book npages fakePendingImfile -var N
    126     if ($N == 0) break
     127    if ($N == 0)
     128       periods -exec $RUNEXEC
     129       break
     130    end
     131    periods -exec 0.05
     132
    127133    if ($NETWORK == 0) break
    128134   
Note: See TracChangeset for help on using the changeset viewer.