[gimp] tests: fix running make check with both parallel make and xvfb



commit 2df4fa2d6f3c75b6e88589dc356f5682ca6f9624
Author: Michael Henning <drawoc darkrefraction com>
Date:   Sun May 12 19:36:27 2013 -0400

    tests: fix running make check with both parallel make and xvfb
    
    Before, the xvfbs would all try to be on DISPLAY=:99, which
    caused issues.

 app/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index f5e701a..45a36e4 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -14,7 +14,7 @@ TESTS_ENVIRONMENT = \
 
 # Run tests with xvfb-run if available
 if HAVE_XVFB_RUN
-TESTS_ENVIRONMENT += $(XVFB_RUN) --server-args="-screen 0 1280x1024x24"
+TESTS_ENVIRONMENT += $(XVFB_RUN) --auto-servernum --server-args="-screen 0 1280x1024x24"
 endif
 
 


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