Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: webkit/tools/layout_tests/layout_package/platform_utils_mac.py

Issue 437063: Use apache on the Mac on V8-Latest builders as an experiment... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/layout_tests/layout_package/platform_utils_mac.py
===================================================================
--- webkit/tools/layout_tests/layout_package/platform_utils_mac.py (revision 33080)
+++ webkit/tools/layout_tests/layout_package/platform_utils_mac.py (working copy)
@@ -104,6 +104,7 @@
# killall: illegal option -- T
# Use of the earlier -TERM placement is just fine on 10.5.
subprocess.call(['killall', '-TERM', '-u', os.getenv('USER'), 'lighttpd'])
+ subprocess.call(['killall', '-TERM', '-u', os.getenv('USER'), 'httpd'])
else:
os.kill(server_process.pid, signal.SIGTERM)

Powered by Google App Engine
This is Rietveld 408576698