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

Unified Diff: webkit/tools/layout_tests/run_webkit_tests.sh

Issue 545145: Move the layout test scripts into a 'webkitpy' subdirectory in preparation... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: try to de-confuse svn and the try bots Created 10 years, 11 months 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
« no previous file with comments | « webkit/tools/layout_tests/run_webkit_tests.py ('k') | webkit/tools/layout_tests/test_output_formatter.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/run_webkit_tests.sh
===================================================================
--- webkit/tools/layout_tests/run_webkit_tests.sh (revision 36724)
+++ webkit/tools/layout_tests/run_webkit_tests.sh (working copy)
@@ -20,4 +20,4 @@
export PYTHONPATH
fi
-"$PYTHON_PROG" "$exec_dir/run_webkit_tests.py" "$@"
+"$PYTHON_PROG" "$exec_dir/webkitpy/run_chromium_webkit_tests.py" "$@"
« no previous file with comments | « webkit/tools/layout_tests/run_webkit_tests.py ('k') | webkit/tools/layout_tests/test_output_formatter.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698