Skip to content

Commit

Permalink
tmt: Pass TEST_* environment into test container
Browse files Browse the repository at this point in the history
So that things like TEST_AUDIT_NO_SELINUX can be set from the outside.
  • Loading branch information
mvollmer authored and martinpitt committed Apr 3, 2024
1 parent 4286f73 commit 64cb49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exec podman \
--rm \
--shm-size=1024m \
--security-opt=label=disable \
--env='TEST_*' \
--volume="${TMT_TEST_DATA}":/logs:rw,U --env=LOGS=/logs \
--volume="$(pwd)":/source:rw,U --env=SOURCE=/source \
--volume=/usr/lib/os-release:/run/host/usr/lib/os-release:ro \
Expand Down

0 comments on commit 64cb49b

Please sign in to comment.