Skip to content

Commit

Permalink
silence xvfb (commaai#31069)
Browse files Browse the repository at this point in the history
silence
  • Loading branch information
jnewb1 authored Jan 19, 2024
1 parent 35ed8a0 commit dfb56ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/setup_xvfb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DISP_ID=99
export DISPLAY=:$DISP_ID

sudo Xvfb $DISPLAY -screen 0 2160x1080x24 &
sudo Xvfb $DISPLAY -screen 0 2160x1080x24 2>/dev/null &

# check for x11 socket for the specified display ID
while [ ! -S /tmp/.X11-unix/X$DISP_ID ]
Expand Down

0 comments on commit dfb56ab

Please sign in to comment.