Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-28 | tests: do not run atf_check in a subshell | Natanael Copa | |
We can not pipe to atf_shell as it will make it run in a subshell and will not handle failures properly. Fixes commit ab67ab0733c2 (setup-proxy: fix empty proxy) | |||
2022-06-28 | setup-proxy: fix empty proxy | psykose | |
the while loop loops until the value of proxyurl is none or a http*:// scheme. however, when proxyurl is set to 'none', it then gets unset here (`proxyurl= ;`), but the following `if` block checks if it is 'none' and fails, so we configure an empty http_proxy= in the proxy.sh profile script. this is then read by some software, and it causes it to crash. for instance, flatpak via glib reads `http_proxy` from the environment, and an empty variable is illegal. | |||
2022-05-12 | tests: setup-proxy: whitespace | Natanael Copa | |
2022-05-12 | tests: add tests for setup-proxy | Natanael Copa | |