- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/fake.pro (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ippTasks/fake.pro
r23352 r24244 79 79 80 80 task.exec 81 if ($LABEL:n == 0) break 81 82 $run = faketool -pendingimfile 82 83 if ($DB:n == 0) … … 90 91 end 91 92 add_poll_args run 93 add_poll_labels run 92 94 command $run 93 95 end … … 123 125 124 126 task.exec 127 # fake is fast, so generate a bunch of commands in a row 125 128 book npages fakePendingImfile -var N 126 if ($N == 0) break 129 if ($N == 0) 130 periods -exec $RUNEXEC 131 break 132 end 133 periods -exec 0.05 134 127 135 if ($NETWORK == 0) break 128 136 … … 198 206 periods -poll $LOADPOLL 199 207 periods -exec $LOADEXEC 200 periods -timeout 30 208 periods -exec 30 209 periods -timeout 60 201 210 npending 1 202 211 … … 205 214 206 215 task.exec 216 if ($LABEL:n == 0) break 207 217 $run = faketool -advanceexp -limit 10 208 218 if ($DB:n == 0) … … 216 226 end 217 227 add_poll_args run 228 add_poll_labels run 218 229 command $run 219 230 end … … 257 268 258 269 task.exec 270 if ($LABEL:n == 0) break 259 271 $run = faketool -pendingcleanuprun 260 272 if ($DB:n == 0) … … 269 281 end 270 282 add_poll_args run 283 add_poll_labels run 271 284 command $run 272 285 end
Note:
See TracChangeset
for help on using the changeset viewer.
