You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
squash! Add support for tap output from runtime test
Granular TAP output makes it easier to see what's being tested (and
what's going wrong). You could feed this into any TAP harness you
like, but I've chosen prove (it seems popular). You need a TAP
harness looking for test failures, because runtimetest now returns
zero when it successfully runs the tests (regardless of whether the
tests all pass).
The OPTIND shift is out of getopts(1p).
I've dropped the "VALIDATING RUNTIME" header since prove displays the
command it's running in its usual output (e.g. "/usr/bin/runc .. ok").
0 commit comments