Fix naming and executable bits on DumpRenderTree2 scripts

Change-Id: Id1415e2a166289c8c585e132e842f5ca6ad35426
This commit is contained in:
Steve Block
2010-08-18 15:25:34 +01:00
parent 13984a253d
commit 0e4d86fddf
2 changed files with 2 additions and 2 deletions

View File

@@ -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

0
tests/DumpRenderTree2/assets/run_layout_tests.py Normal file → Executable file
View File