c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Redirect ACT errors away from stderr #44

Open MattWindsor91 opened 4 years ago

MattWindsor91 commented 4 years ago

The various ACT runners generally spit their errors directly onto stderr, which messes the terminal up if they occur in the dashboard. These errors should instead be getting captured somehow, perhaps in an error struct of some form.