diff options
author | timvolodine <timvolodine@chromium.org> | 2015-12-02 09:27:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-12-02 17:28:27 +0000 |
commit | c34a2b26aa39a4c6bf9165f59d262c2fe2c9f321 (patch) | |
tree | 9e9a7da38b79102d83849c43ef84cc0d15207a5c | |
parent | e53e88375fb5c406217b6a05e3b5b1004c9b5a1a (diff) | |
download | chromium_src-c34a2b26aa39a4c6bf9165f59d262c2fe2c9f321.zip chromium_src-c34a2b26aa39a4c6bf9165f59d262c2fe2c9f321.tar.gz chromium_src-c34a2b26aa39a4c6bf9165f59d262c2fe2c9f321.tar.bz2 |
[Android WebViewShellTest] Fix run_tests.sh
Fix the test-apk name in the run_tests.sh script. Since
crrev.com/1364593002 the tests are now part of a separate
package SystemWebViewShellLayoutTest.
BUG=
Review URL: https://codereview.chromium.org/1494643002
Cr-Commit-Position: refs/heads/master@{#362740}
-rwxr-xr-x | android_webview/tools/WebViewShell/test/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/tools/WebViewShell/test/run_tests.sh b/android_webview/tools/WebViewShell/test/run_tests.sh index 9cf316b..6848209f 100755 --- a/android_webview/tools/WebViewShell/test/run_tests.sh +++ b/android_webview/tools/WebViewShell/test/run_tests.sh @@ -9,7 +9,7 @@ DEVICE_WEBVIEW_TEST_PATH="/sdcard/android_webview/tools/WebViewShell/test/" TESTRUNNER="../../../../build/android/test_runner.py" $TESTRUNNER instrumentation \ - --test-apk AndroidWebViewShell \ + --test-apk SystemWebViewShellLayoutTest \ -f 'WebViewLayoutTest*' \ --isolate-file-path android_webview/system_webview_shell_test_apk.isolate |