| 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 e017a505d6e8520b80eef314ce7109736bbe1bab..10e43a9414166dd2ff20dfd51aad72c8f597524d 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/chromium_tests_root/android_webview/tools/"
|
| -DEVICE_WEBVIEW_TEST_PATH+="system_webview_shell/test/data/"
|
| +DEVICE_WEBVIEW_TEST_PATH=\
|
| + "/sdcard/android_webview/tools/system_webview_shell/test/data/"
|
| TESTRUNNER="../../../../build/android/test_runner.py"
|
|
|
| $TESTRUNNER instrumentation \
|
|
|