mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00
hacks/bats: keep QUADLET env var in test env
This is needed for the bats test to work Signed-off-by: Alexander Larsson <alexl@redhat.com>
This commit is contained in:
@ -109,6 +109,7 @@ export PODMAN_ROOTLESS_USER=$(id -un)
|
||||
if [ -z "$ROOTLESS_ONLY" ]; then
|
||||
echo "# bats ${bats_filter[*]} $TESTS"
|
||||
sudo --preserve-env=PODMAN \
|
||||
--preserve-env=QUADLET \
|
||||
--preserve-env=PODMAN_TEST_DEBUG \
|
||||
--preserve-env=OCI_RUNTIME \
|
||||
--preserve-env=CONTAINERS_HELPER_BINARY_DIR \
|
||||
|
Reference in New Issue
Block a user