Skip to content

Commit

Permalink
test: remove busctl wait
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Dec 28, 2024
1 parent 6cc8a99 commit 45376b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test-wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ podman exec "$CID" busctl --watch-bind=true status
podman exec "$CID" systemctl is-system-running --wait

podman exec "--user=$UID" "${ENV_VARS[@]/#/--env=}" "$CID" dbus-daemon --session --nopidfile --syslog --fork "--address=unix:path=${SHARED_DIR}/runtime/bus"
podman exec "--user=$UID" "${ENV_VARS[@]/#/--env=}" "$CID" busctl --user --watch-bind=true status
env "${ENV_VARS[@]}" dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Peer.Ping

podman exec "--user=$UID" "${ENV_VARS[@]/#/--env=}" "$CID" gnome-shell --wayland --headless --sm-disable --unsafe-mode --virtual-monitor 1600x960 &
Expand Down
1 change: 0 additions & 1 deletion test/test-x11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ podman exec "$CID" busctl --watch-bind=true status
podman exec "$CID" systemctl is-system-running --wait

podman exec "--user=$UID" "${ENV_VARS[@]/#/--env=}" "$CID" dbus-daemon --session --nopidfile --syslog --fork "--address=unix:path=${SHARED_DIR}/runtime/bus"
podman exec "--user=$UID" "${ENV_VARS[@]/#/--env=}" "$CID" busctl --user --watch-bind=true status
env "${ENV_VARS[@]}" dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Peer.Ping

mkfifo "${SHARED_DIR}/display_pipe"
Expand Down

0 comments on commit 45376b1

Please sign in to comment.