summaryrefslogtreecommitdiffstats
path: root/android_webview/tools
diff options
context:
space:
mode:
authortimvolodine <timvolodine@chromium.org>2015-12-21 10:43:19 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 18:45:07 +0000
commit3195d5594b9ff12419e733338cbeb3ec79db19a4 (patch)
treec839ec5694bc9df77ad71523de5c21bf4e14e3f3 /android_webview/tools
parentfd9f15be2e290d54095d1b3c6b2285d89447e984 (diff)
downloadchromium_src-3195d5594b9ff12419e733338cbeb3ec79db19a4.zip
chromium_src-3195d5594b9ff12419e733338cbeb3ec79db19a4.tar.gz
chromium_src-3195d5594b9ff12419e733338cbeb3ec79db19a4.tar.bz2
[WebViewShell] Fix package name in run_tests.sh
Correct package name to org.chromium.webview_shell.test in the run_tests.sh script to make it work again. The original package name change was due to crrev.com/1364593002. BUG= TBR=torne@chromium.org Review URL: https://codereview.chromium.org/1541873002 Cr-Commit-Position: refs/heads/master@{#366424}
Diffstat (limited to 'android_webview/tools')
-rwxr-xr-xandroid_webview/tools/WebViewShell/test/run_tests.sh2
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 6848209f..9c7ff27 100755
--- a/android_webview/tools/WebViewShell/test/run_tests.sh
+++ b/android_webview/tools/WebViewShell/test/run_tests.sh
@@ -4,7 +4,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-PACKAGE_NAME="org.chromium.webview_shell"
+PACKAGE_NAME="org.chromium.webview_shell.test"
DEVICE_WEBVIEW_TEST_PATH="/sdcard/android_webview/tools/WebViewShell/test/"
TESTRUNNER="../../../../build/android/test_runner.py"