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

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

Issue 6015002: Rename WebKitTools->Tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/rebaseline.bat ('k') | webkit/tools/layout_tests/run_http_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/rebaseline.sh
diff --git a/webkit/tools/layout_tests/rebaseline.sh b/webkit/tools/layout_tests/rebaseline.sh
index a203017a23501e9bbab6d1e22baf7273fd0b85f7..3ae4ff2d33a54ab697c8dcb0ddf33ef9f2e118be 100755
--- a/webkit/tools/layout_tests/rebaseline.sh
+++ b/webkit/tools/layout_tests/rebaseline.sh
@@ -15,7 +15,7 @@ if grep -q REBASELINE $exec_dir/test_expectations.txt ; then
echo "Try:"
echo "cd ../../../third_party/WebKit"
echo "\$EDITOR LayoutTests/platform/chromium/test_expectations.txt"
- echo "./WebKitTools/Scripts/rebaseline-chromium-webkit-tests"
+ echo "./Tools/Scripts/rebaseline-chromium-webkit-tests"
echo
echo "See also https://trac.webkit.org/wiki/Rebaseline"
exit 1
@@ -23,4 +23,4 @@ fi
PYTHON_PROG=python
-"$PYTHON_PROG" "$exec_dir/../../../third_party/WebKit/WebKitTools/Scripts/rebaseline-chromium-webkit-tests" "$@"
+"$PYTHON_PROG" "$exec_dir/../../../third_party/WebKit/Tools/Scripts/rebaseline-chromium-webkit-tests" "$@"
« no previous file with comments | « webkit/tools/layout_tests/rebaseline.bat ('k') | webkit/tools/layout_tests/run_http_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698