Expecting more output - ensure it is flushed
diff --git a/tools/pubsub2rake.rb b/tools/pubsub2rake.rb
index 45905e2..3d7c0fe 100755
--- a/tools/pubsub2rake.rb
+++ b/tools/pubsub2rake.rb
@@ -142,6 +142,7 @@
         unless system(*cmd, {chdir: '/srv/whimsy'})
           puts stamp "Error #{$?} processing #{cmd}"
         end
+        $stdout.flush # Ensure we see the output
       end
     else
       $misses += 1