From c99ed48859c19214ab68d017eaca260e4395b6f7 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Fri, 19 Jan 2024 01:40:28 -0500 Subject: [PATCH] silence xvfb (#31069) silence old-commit-hash: dfb56abf9180e20fc30c8857229d69761c3e0f71 --- selfdrive/test/setup_xvfb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/setup_xvfb.sh b/selfdrive/test/setup_xvfb.sh index 2c79adec4a..79110fc4fb 100755 --- a/selfdrive/test/setup_xvfb.sh +++ b/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 ]