dylan-lang / testworks

Test framework for Dylan
http://dylan-lang.github.io/testworks/
5 stars 5 forks source link

Loading library writes to *stdout* in conflict with '--progress none --report surefire' #176

Closed fraya closed 7 months ago

fraya commented 7 months ago

When testworks loads a library writes to *stdout* making unusable the 'report' output.

See line https://github.com/dylan-lang/testworks/blob/5a779d9511685293c7564de609f076da44756644/command-line.dylan#L124

cgay commented 7 months ago

We should revert the change i made to remove the --report-file option in one of my occasional fits of minimalism.