Loading tests/DumpRenderTree2/assets/run_layout_tests.py +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ def main(options, args): tmpdir = tempfile.gettempdir() # Restart the server cmd = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])), "run_apache2.py") + " restart" os.system(cmd); # Run the tests in path cmd = "adb shell am instrument " cmd += "-e class com.android.dumprendertree2.scriptsupport.Starter#startLayoutTests " Loading Loading
tests/DumpRenderTree2/assets/run_layout_tests.py +4 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,10 @@ def main(options, args): tmpdir = tempfile.gettempdir() # Restart the server cmd = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])), "run_apache2.py") + " restart" os.system(cmd); # Run the tests in path cmd = "adb shell am instrument " cmd += "-e class com.android.dumprendertree2.scriptsupport.Starter#startLayoutTests " Loading