web icon indicating copy to clipboard operation
web copied to clipboard

split output into stdout/stderr/status tabs ?

Open JonJagger opened this issue 1 year ago • 0 comments

At the moment on the [test] page, stdout/stderr/status are all mashed together into a single tab called output. Create three tabs, one for each. The tricky part of this is choosing whether to display stdout or stderr in response to the [test] buton being pressed. We could start with showing stderr if it is non-empty, otherwise stdout. I suspect some (maybe several) test-frameworks will not behave properly and will be doing spurious writes to stderr. (I recall that was the case when discovering that you could not, for all test-frameworks, rely on the value of status to tell you if all the tests passed). But we can look at that if and when it happens.

JonJagger avatar Feb 17 '24 07:02 JonJagger