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

Unified Diff: android_webview/tools/WebViewShell/test/run_tests.sh

Issue 1364593002: Refactor android_webview_shell and its tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
index 516a3f733e8d3ac73ae4c66e0625d0749edafb4d..9cf316bc31e10034b70188fc9f4583c50c34845e 100755
--- a/android_webview/tools/WebViewShell/test/run_tests.sh
+++ b/android_webview/tools/WebViewShell/test/run_tests.sh
@@ -11,7 +11,7 @@ TESTRUNNER="../../../../build/android/test_runner.py"
$TESTRUNNER instrumentation \
--test-apk AndroidWebViewShell \
-f 'WebViewLayoutTest*' \
- --isolate-file-path android_webview/android_webview_shell_test_apk.isolate
+ --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 \

Powered by Google App Engine
This is Rietveld 408576698