Fix naming and executable bits on DumpRenderTree2 scripts
Change-Id: Id1415e2a166289c8c585e132e842f5ca6ad35426
This commit is contained in:
4
tests/DumpRenderTree2/assets/run-apache2.py → tests/DumpRenderTree2/assets/run_apache2.py
Normal file → Executable file
4
tests/DumpRenderTree2/assets/run-apache2.py → tests/DumpRenderTree2/assets/run_apache2.py
Normal file → Executable 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
0
tests/DumpRenderTree2/assets/run_layout_tests.py
Normal file → Executable file
Reference in New Issue
Block a user