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

Unified Diff: android_webview/tools/WebViewShell/test/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/WebViewShell/test/run_tests.sh
diff --git a/android_webview/tools/WebViewShell/test/run_tests.sh b/android_webview/tools/WebViewShell/test/run_tests.sh
deleted file mode 100755
index 9c7ff27110f61a3513eae129faeb85ba837393c5..0000000000000000000000000000000000000000
--- a/android_webview/tools/WebViewShell/test/run_tests.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# 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.test"
-DEVICE_WEBVIEW_TEST_PATH="/sdcard/android_webview/tools/WebViewShell/test/"
-TESTRUNNER="../../../../build/android/test_runner.py"
-
-$TESTRUNNER instrumentation \
- --test-apk SystemWebViewShellLayoutTest \
- -f 'WebViewLayoutTest*' \
- --isolate-file-path android_webview/system_webview_shell_test_apk.isolate
-
-if [ "$1" = "rebaseline" ]; then
- adb shell am instrument -w -e mode rebaseline -e class \
- $PACKAGE_NAME.WebViewLayoutTest \
- $PACKAGE_NAME/$PACKAGE_NAME.WebViewLayoutTestRunner
- adb pull $DEVICE_WEBVIEW_TEST_PATH ../test_rebaseline/
-fi
-
-exit 0

Powered by Google App Engine
This is Rietveld 408576698