Title: [103066] trunk/Tools
Revision
103066
Author
ph...@webkit.org
Date
2011-12-16 06:19:49 -0800 (Fri, 16 Dec 2011)

Log Message

Unreviewed, GTK API tests build fix attempt.

* Scripts/run-gtk-tests: Run xvfb on a display not used by NRWT.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (103065 => 103066)


--- trunk/Tools/ChangeLog	2011-12-16 14:17:11 UTC (rev 103065)
+++ trunk/Tools/ChangeLog	2011-12-16 14:19:49 UTC (rev 103066)
@@ -1,5 +1,11 @@
 2011-12-16  Philippe Normand  <pnorm...@igalia.com>
 
+        Unreviewed, GTK API tests build fix attempt.
+
+        * Scripts/run-gtk-tests: Run xvfb on a display not used by NRWT.
+
+2011-12-16  Philippe Normand  <pnorm...@igalia.com>
+
         Unreviewed, unskipping GTK testdownload. Should pass on the bot now.
 
         * Scripts/run-gtk-tests:

Modified: trunk/Tools/Scripts/run-gtk-tests (103065 => 103066)


--- trunk/Tools/Scripts/run-gtk-tests	2011-12-16 14:17:11 UTC (rev 103065)
+++ trunk/Tools/Scripts/run-gtk-tests	2011-12-16 14:19:49 UTC (rev 103066)
@@ -68,7 +68,7 @@
             return 1
 
         test_env = os.environ
-        test_env["DISPLAY"] = ":31"
+        test_env["DISPLAY"] = ":55"
 
         exit_status = [0]
         def _error_handler(error):
@@ -89,7 +89,7 @@
 
 if __name__ == "__main__":
     try:
-        xvfb = Executive().popen(["Xvfb", ":31", "-screen", "0", "800x600x24", "-nolisten", "tcp"],
+        xvfb = Executive().popen(["Xvfb", ":55", "-screen", "0", "800x600x24", "-nolisten", "tcp"],
                                  stdout=subprocess.PIPE, stderr=subprocess.PIPE)
     except:
         sys.stderr.write("Failed to run Xvfb\n")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to