From 0e4d86fddf2c9664f2fd44247e5688f077b95d5e Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 18 Aug 2010 15:25:34 +0100 Subject: [PATCH] Fix naming and executable bits on DumpRenderTree2 scripts Change-Id: Id1415e2a166289c8c585e132e842f5ca6ad35426 --- .../DumpRenderTree2/assets/{run-apache2.py => run_apache2.py} | 4 ++-- tests/DumpRenderTree2/assets/run_layout_tests.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/DumpRenderTree2/assets/{run-apache2.py => run_apache2.py} (97%) mode change 100644 => 100755 mode change 100644 => 100755 tests/DumpRenderTree2/assets/run_layout_tests.py diff --git a/tests/DumpRenderTree2/assets/run-apache2.py b/tests/DumpRenderTree2/assets/run_apache2.py old mode 100644 new mode 100755 similarity index 97% rename from tests/DumpRenderTree2/assets/run-apache2.py rename to tests/DumpRenderTree2/assets/run_apache2.py index cffbe37171849..f40409020a643 --- a/tests/DumpRenderTree2/assets/run-apache2.py +++ b/tests/DumpRenderTree2/assets/run_apache2.py @@ -19,7 +19,7 @@ Apache2 must be installed with mod_php! Usage: - run-apache2.py start|stop|restart + run_apache2.py start|stop|restart """ import sys @@ -38,7 +38,7 @@ def main(): if not run_cmd in ("start", "stop", "restart"): logging.info("illegal argument: " + run_cmd) - logging.info("Usage: python run-apache2.py start|stop|restart") + logging.info("Usage: python run_apache2.py start|stop|restart") return #Create /tmp/WebKit if it doesn't exist. This is needed for various files used by apache2 diff --git a/tests/DumpRenderTree2/assets/run_layout_tests.py b/tests/DumpRenderTree2/assets/run_layout_tests.py old mode 100644 new mode 100755