mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
cirrus: ensure NOTIFY_SOCKET is properly unset for all tests
Podman uses this env toi do various things, we don't want the external env to affect our tests here. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
faedb9c911
commit
3235579b48
1 changed files with 3 additions and 0 deletions
|
|
@ -506,6 +506,9 @@ if [ "$(type -t $handler)" != "function" ]; then
|
|||
die "Unknown/Unsupported \$TEST_FLAVOR=$TEST_FLAVOR"
|
||||
fi
|
||||
|
||||
# Unset NOTIFY_SOCKET based on: https://github.com/containers/podman/pull/27514#issuecomment-3529125596
|
||||
unset NOTIFY_SOCKET
|
||||
|
||||
showrun $handler
|
||||
|
||||
if [[ -n "$TRACER_PID" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue