gating tests: also log environment
Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
3fa61f95a3
commit
a68b9cccc3
@ -10,4 +10,8 @@ echo "Important package versions:"
|
||||
rpm -qa | egrep 'podman|conmon|crun|runc|iptable|slirp|systemd' | sort
|
||||
) | sed -e 's/^/ /'
|
||||
|
||||
# Log environment; or at least the useful bits
|
||||
echo "Environment:"
|
||||
env | grep -v LS_COLORS= | sort | sed -e 's/^/ /'
|
||||
|
||||
bats /usr/share/podman/test/system
|
||||
|
Loading…
Reference in New Issue
Block a user