diff --git a/test/test-wayland.sh b/test/test-wayland.sh index 7807554..ddd8256 100755 --- a/test/test-wayland.sh +++ b/test/test-wayland.sh @@ -56,3 +56,5 @@ done env "${ENV_VARS[@]}" dbus-send --session --print-reply --dest=org.gnome.Shell.Screenshot /org/gnome/Shell/Screenshot org.gnome.Shell.Screenshot.Screenshot 'boolean:true' 'boolean:false' "string:${SHARED_DIR}/screenshot-wayland.png" cp "${SHARED_DIR}/screenshot-wayland.png" "${SCRIPT_DIR}/" + +podman exec "$CID" sh -c 'if command -v systemctl; then systemctl is-system-running; fi' diff --git a/test/test-x11.sh b/test/test-x11.sh index d3776eb..d2a8cc7 100755 --- a/test/test-x11.sh +++ b/test/test-x11.sh @@ -60,3 +60,5 @@ done env "${ENV_VARS[@]}" dbus-send --session --print-reply --dest=org.gnome.Shell.Screenshot /org/gnome/Shell/Screenshot org.gnome.Shell.Screenshot.Screenshot 'boolean:true' 'boolean:false' "string:${SHARED_DIR}/screenshot-x11.png" cp "${SHARED_DIR}/screenshot-x11.png" "${SCRIPT_DIR}/" + +podman exec "$CID" sh -c 'if command -v systemctl; then systemctl is-system-running; fi'