abeltje / Test-Smoke

The Perl5 Core Smoke framework
6 stars 15 forks source link

WIP: Print output as it's happening #68

Open bram-perl opened 2 years ago

bram-perl commented 2 years ago

With the current code it first runs the command (make, test_harness, ...) and when it's complete it may 'log' all the output on STDOUT/smokecurrent.log.

What I like more is if the output shows when things are happening instead of needing to wait until the command fully completed.

With this patch that does happen for

I consider this to be WIP because:

bram-perl commented 2 years ago

Example of a logfile (on Windows) with these changes: https://perl5.test-smoke.org/logfile/5021750 This (clearly) results in larger log files which I don't know if that is desirable since it will take up more space in the smokedb..