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

Unified Diff: android_webview/tools/system_webview_shell/test/data/run_tests.sh

Issue 1785283005: [WebView] Reorganize all of the WebView Shell apks into their own dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 \

Powered by Google App Engine
This is Rietveld 408576698