From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/docs/testing/android_test_instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chromium/docs/testing/android_test_instructions.md') diff --git a/chromium/docs/testing/android_test_instructions.md b/chromium/docs/testing/android_test_instructions.md index ec2786c0c04..6a51945bb9e 100644 --- a/chromium/docs/testing/android_test_instructions.md +++ b/chromium/docs/testing/android_test_instructions.md @@ -172,10 +172,10 @@ For example, adding a test to `chrome_junit_tests` requires to update ninja -C out/Default chrome_junit_tests # Run the test suite. -out/Default/run_chrome_junit_tests +out/Default/bin/run_chrome_junit_tests # Run a subset of tests. You might need to pass the package name for some tests. -out/Default/run_chrome_junit_tests -f "org.chromium.chrome.browser.media.*" +out/Default/bin/run_chrome_junit_tests -f "org.chromium.chrome.browser.media.*" ``` ### Debugging -- cgit v1.2.1