Actions
action #110536
closedunhandled test output in openQA test t/35-script_clone_job.t
Description
Observation¶
https://github.com/os-autoinst/openQA/pull/4564#issuecomment-1072834053
I just saw this is now producing output on stderr in tests:
https://app.circleci.com/pipelines/github/os-autoinst/openQA/9242/workflows/83a13968-3b59-4bb4-b850-a4bdf7f6b409/jobs/87268?invite=true#step-107-132[17:09:39] t/35-script_clone_job.t ................................... 3/? downloading http://foo/tests/1/asset/iso/foo.iso to /tmp/JdkB3_lLCV/iso/foo.iso downloading http://foo/tests/1/asset/iso/bar.iso to...
Acceptance criteria¶
- AC1: t/35-script_clone_job.t does not show any output from test in non-verbose call of
prove
Suggestions¶
Look into how https://github.com/os-autoinst/openQA/pull/4564 introduced that and fix it.
Actions