We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37dc5fd commit 4e65ed5Copy full SHA for 4e65ed5
hack/bats
@@ -44,8 +44,6 @@ servers, because we can sudo *starting* the service but can't sudo
44
stopping it: by the time the bats tests finish, the sudo timeout will
45
have expired. We apologize for the inconvenience.)
46
47
-$0 also passes through \$OCI_RUNTIME, should you need to test that.
48
-
49
Examples:
50
51
\$ $0 220:\"restart cleans up\"
@@ -137,7 +135,6 @@ if [[ "$TEST_ROOT" ]]; then
137
135
sudo --preserve-env=PODMAN \
138
136
--preserve-env=QUADLET \
139
--preserve-env=PODMAN_TEST_DEBUG \
140
- --preserve-env=OCI_RUNTIME \
141
--preserve-env=CONTAINERS_HELPER_BINARY_DIR \
142
--preserve-env=PODMAN_ROOTLESS_USER \
143
bats "${bats_opts[@]}" "${bats_filter[@]}" $TESTS
0 commit comments