vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Add auto flushing to runWeathervane.pl #188

Closed RebeccaYo closed 4 years ago

RebeccaYo commented 4 years ago

Under certain conditions, the output coming from a container doesn't appear in real time in the console. Only after the run completes will the output be displayed. Previous to this fix: image-2020-07-24-15-46-17-656 @bhoflich suggested to add auto flushing to runWeathervane.pl like already exists in weathervane.pl. This resolves the issue. With this fix: image Signed-off-by: Rebecca Yo griderr@vmware.com

vmwclabot commented 4 years ago

@RebeccaYo, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.