Please describe your feature request
For large, longer running tests it can be useful to observe the output of the test script before the test completes. When a test is running in the background or from another console it would be nice if there was a way to check the output.
A possible implementation of this could be a command like
buildtest build track <test>/<id>
Which could print the tail, or a continuing stream of the output of the specified test.
Post question in Slack
Is there an existing issue