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