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

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

Issue 2043803003: 👔 Reland #2: Move side-loaded test data /sdcard -> /sdcard/gtestdata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase atop https://codereview.chromium.org/2041723006 Created 4 years, 6 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/system_webview_shell/test/data/run_tests.sh b/android_webview/tools/system_webview_shell/test/data/run_tests.sh
index 10e43a9414166dd2ff20dfd51aad72c8f597524d..e017a505d6e8520b80eef314ce7109736bbe1bab 100755
--- a/android_webview/tools/system_webview_shell/test/data/run_tests.sh
+++ b/android_webview/tools/system_webview_shell/test/data/run_tests.sh
@@ -5,8 +5,8 @@
# found in the LICENSE file.
PACKAGE_NAME="org.chromium.webview_shell.test"
-DEVICE_WEBVIEW_TEST_PATH=\
- "/sdcard/android_webview/tools/system_webview_shell/test/data/"
+DEVICE_WEBVIEW_TEST_PATH="/sdcard/chromium_tests_root/android_webview/tools/"
+DEVICE_WEBVIEW_TEST_PATH+="system_webview_shell/test/data/"
TESTRUNNER="../../../../build/android/test_runner.py"
$TESTRUNNER instrumentation \

Powered by Google App Engine
This is Rietveld 408576698