Skip to content

Commit

Permalink
Flush output from timing script.
Browse files Browse the repository at this point in the history
(cherry picked from commit 7717689)
  • Loading branch information
mattclay committed Sep 6, 2018
1 parent bfa38a1 commit 21f287e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils/shippable/timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
for line in sys.stdin:
seconds = time.time() - start
sys.stdout.write('%02d:%02d %s' % (seconds // 60, seconds % 60, line))
sys.stdout.flush()

0 comments on commit 21f287e

Please sign in to comment.