Project

General

Profile

action #166772

Updated by ybonatakis about 2 months ago

## Observation 

 https://github.com/os-autoinst/scripts/blob/master/openqa-label-known-issues#L55 

 `if ! curl "${curl_args[@]}" -s "$testurl" -o "$out"; then` 

 Problem is that `$out` is overridden. Then, in case it doesnt reach the block, the script will continue with the `label_on_issues_from_issue_tracker` with modified context, when it is expected to be the context of autoinst-log.txt. 

 Raised on https://github.com/os-autoinst/scripts/pull/342/files#r1745228802 but i think it is not an issue as the out in the function is a local variable.

Back