related to https://pagure.io/standard-test-roles/issue/177
note that on beakerlib I've replaced UNKNOWN by FAIL.
If we want to continue to have UNKNOWN I think we should update shell: grep "^FAIL" {{ remote_artifacts }}/test.log to also grep for UNKNOWN result.
shell: grep "^FAIL" {{ remote_artifacts }}/test.log
Hi, I see at least 2 lines with code: $(echo $TEST | sed -e 's/\//-/g').log
Could we introduce log_file_name = $(echo $TEST | sed -e 's/\//-/g').log
It will improve readibility
rebased onto 4d161c69fab1068db0f6d58944b129ab5199d40c
Thanks, I've updated it.
Commit 039bef94 fixes this pull-request
Pull-Request has been merged by astepano
related to https://pagure.io/standard-test-roles/issue/177
note that on beakerlib I've replaced UNKNOWN by FAIL.
If we want to continue to have UNKNOWN I think we should update
shell: grep "^FAIL" {{ remote_artifacts }}/test.logto also grep for UNKNOWN result.