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

Unified Diff: blink/tools/run_layout_tests.sh

Issue 629083002: Move run_webkit_tests.* script into their new home. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add OWNERS back Created 6 years, 2 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 | « blink/tools/run_layout_tests.py ('k') | webkit/tools/layout_tests/run_webkit_tests.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blink/tools/run_layout_tests.sh
diff --git a/webkit/tools/layout_tests/run_webkit_tests.sh b/blink/tools/run_layout_tests.sh
similarity index 76%
rename from webkit/tools/layout_tests/run_webkit_tests.sh
rename to blink/tools/run_layout_tests.sh
index 59aad37e23f570f644bde60bd3435249a833dbb3..f2d707e41eda6b467f86dc09e6e19ad6fb5477da 100755
--- a/webkit/tools/layout_tests/run_webkit_tests.sh
+++ b/blink/tools/run_layout_tests.sh
@@ -7,9 +7,9 @@
exec_dir=$(dirname $0)
if [ "$OSTYPE" = "cygwin" ]; then
- SCRIPT=$(cygpath -wa "$exec_dir/run_webkit_tests.py")
+ SCRIPT=$(cygpath -wa "$exec_dir/run_layout_tests.py")
else
- SCRIPT="$exec_dir/run_webkit_tests.py"
+ SCRIPT="$exec_dir/run_layout_tests.py"
fi
PYTHON_PROG=python
« no previous file with comments | « blink/tools/run_layout_tests.py ('k') | webkit/tools/layout_tests/run_webkit_tests.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698