[gimp/wip/Jehan/ninja-test] build: xvfb-run call from meson fails.



commit 787cbb6c1f94b446b44b6950da4243244dfc4f1c
Author: Jehan <jehan girinstud io>
Date:   Sun Nov 14 18:34:05 2021 +0100

    build: xvfb-run call from meson fails.
    
    Fixes:
    
    > xvfb-run: invalid option -- 'd'

 build/meson/run_test_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build/meson/run_test_env.sh b/build/meson/run_test_env.sh
index 19cb191052..4253c68231 100644
--- a/build/meson/run_test_env.sh
+++ b/build/meson/run_test_env.sh
@@ -11,7 +11,7 @@ if [ -n "${UI_TEST}" ]; then
   # Also use dbus-run-session to make sure parallel tests aren't failing
   # as they simultaneously try to own the "org.gimp.GIMP.UI" D-Bus name
 
-  xvfb-run -d --server-args="-screen 0 1280x1024x24" \
+  xvfb-run --auto-display --server-args="-screen 0 1280x1024x24" \
     dbus-run-session -- "$@"
 
 else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]