mirror of https://github.com/containers/podman.git
Merge pull request #16439 from sstosh/proxy-tests
system tests: fix a system test in proxy environment
This commit is contained in:
commit
d8fed62c96
|
@ -20,7 +20,7 @@ RUN echo $rand_content > /$rand_filename
|
|||
EOF
|
||||
|
||||
# The 'apk' command can take a long time to fetch files; bump timeout
|
||||
PODMAN_TIMEOUT=240 run_podman build -t build_test --format=docker $tmpdir
|
||||
PODMAN_TIMEOUT=240 run_podman build -t build_test --format=docker --http-proxy $tmpdir
|
||||
is "$output" ".*COMMIT" "COMMIT seen in log"
|
||||
|
||||
run_podman run --rm build_test cat /$rand_filename
|
||||
|
|
Loading…
Reference in New Issue