This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 850675e Expecting more output - ensure it is flushed
850675e is described below
commit 850675ea5e41d3d5e8f97d22fb170f79bdcde86e
Author: Sebb <[email protected]>
AuthorDate: Wed Jul 22 23:10:48 2020 +0100
Expecting more output - ensure it is flushed
---
tools/pubsub2rake.rb | 1 +
1 file changed, 1 insertion(+)
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 @@ if $0 == __FILE__
unless system(*cmd, {chdir: '/srv/whimsy'})
puts stamp "Error #{$?} processing #{cmd}"
end
+ $stdout.flush # Ensure we see the output
end
else
$misses += 1