silence xvfb (#31069)

silence
pull/31073/head
Justin Newberry 1 year ago committed by GitHub
parent 35ed8a0886
commit dfb56abf91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/test/setup_xvfb.sh

@ -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 ]

Loading…
Cancel
Save