Skip to content

Commit

Permalink
test: show catatonit version for testing farm runs
Browse files Browse the repository at this point in the history
CentOS 10 is currently broken with:

Error: building local pause image: finding pause binary: exec: "catatonit": executable file not found in $PATH

So check if the package is installed.
  • Loading branch information
jelly committed Dec 12, 2024
1 parent c30e723 commit 16bf936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -n "$main_builds_repo" ]; then
fi

# Show critical package versions
rpm -q runc crun podman criu passt kernel-core selinux-policy cockpit-podman cockpit-bridge || true
rpm -q runc crun podman criu passt catatonit kernel-core selinux-policy cockpit-podman cockpit-bridge || true

# Show network information, for pasta debugging
ip address show
Expand Down

0 comments on commit 16bf936

Please sign in to comment.