Index: android_webview/tools/system_webview_shell/test/data/run_tests.sh |
diff --git a/android_webview/tools/WebViewShell/test/run_tests.sh b/android_webview/tools/system_webview_shell/test/data/run_tests.sh |
similarity index 88% |
rename from android_webview/tools/WebViewShell/test/run_tests.sh |
rename to android_webview/tools/system_webview_shell/test/data/run_tests.sh |
index 9c7ff27110f61a3513eae129faeb85ba837393c5..10e43a9414166dd2ff20dfd51aad72c8f597524d 100755 |
--- a/android_webview/tools/WebViewShell/test/run_tests.sh |
+++ b/android_webview/tools/system_webview_shell/test/data/run_tests.sh |
@@ -5,7 +5,8 @@ |
# found in the LICENSE file. |
PACKAGE_NAME="org.chromium.webview_shell.test" |
-DEVICE_WEBVIEW_TEST_PATH="/sdcard/android_webview/tools/WebViewShell/test/" |
+DEVICE_WEBVIEW_TEST_PATH=\ |
+ "/sdcard/android_webview/tools/system_webview_shell/test/data/" |
TESTRUNNER="../../../../build/android/test_runner.py" |
$TESTRUNNER instrumentation \ |