silence xvfb (#31069)

silence
old-commit-hash: dfb56abf9180e20fc30c8857229d69761c3e0f71
This commit is contained in:
Justin Newberry
2024-01-19 01:40:28 -05:00
committed by GitHub
parent 11b807cd32
commit c99ed48859
+1 -1
View File
@@ -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 ]