[Webkit-unassigned] [Bug 35867] [chromium]: update Linux layout test scripts for RedHat like systems.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 08:10:05 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35867


Evan Martin <evan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evan at chromium.org




--- Comment #2 from Evan Martin <evan at chromium.org>  2010-03-08 08:10:05 PST ---
+            if self._is_redhat_based():
+                package_name = 'dwdiff'
+            else:
+                package_name = 'wdiff'
+
+            _log.error('    Please install using: "sudo apt-get install ' +
+                       package_name)

Does apt-get work on Redhat?


I kinda wonder if the dwdiff/wdiff distinction could be factored into one place
instead of tested twice.


I'm trying to think of a WebKit reviewer who uses Redhat but the GTK guys use
Debian I think.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list