Index: trunk/ippTasks/fake.pro
===================================================================
--- trunk/ippTasks/fake.pro	(revision 19406)
+++ trunk/ippTasks/fake.pro	(revision 19426)
@@ -73,14 +73,16 @@
 
   task.exec
+    $run = faketool -pendingimfile -limit 20
     if ($DB:n == 0)
       option DEFAULT
-      command faketool -pendingimfile -limit 20
     else
       # save the DB name for the exit tasks
       option $DB:$fakeImfile_DB
-      command faketool -pendingimfile -limit 20 -dbname $DB:$fakeImfile_DB
+      $run = $run -dbname $DB:$fakeImfile_DB
       $fakeImfile_DB ++
       if ($fakeImfile_DB >= $DB:n) set fakeImfile_DB = 0
     end
+    add_poll_args run
+    command $run
   end
 
@@ -194,14 +196,17 @@
 
   task.exec
+    $run = faketool -pendingcleanuprun -limit 20
     if ($DB:n == 0)
       option DEFAULT
-      command faketool -pendingcleanuprun -limit 20
+      command 
     else
       # save the DB name for the exit tasks
       option $DB:$fake_cleanup_DB
-      command faketool -pendingcleanuprun -limit 20 -dbname $DB:$fake_cleanup_DB
+      $run = $run -dbname $DB:$fake_cleanup_DB
       $fake_cleanup_DB ++
       if ($fake_cleanup_DB >= $DB:n) set fake_cleanup_DB = 0
     end
+    add_poll_args run
+    command $run
   end
 
