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

Unified Diff: scripts/slave/recipes/android_webview_cts_tests.expected/Test_parsing_report_xml_with_unexecuted_tests.json

Issue 1465343002: [Android] Add context manager to record logcat during step(s). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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: scripts/slave/recipes/android_webview_cts_tests.expected/Test_parsing_report_xml_with_unexecuted_tests.json
diff --git a/scripts/slave/recipes/android_webview_cts_tests.expected/Test_parsing_report_xml_with_unexecuted_tests.json b/scripts/slave/recipes/android_webview_cts_tests.expected/Test_parsing_report_xml_with_unexecuted_tests.json
index 6d8ecb8c386fbabab5a66e7e49d48b242279033e..3a87d36a5969d91ac954bbbdee117bb73cb0ec91 100644
--- a/scripts/slave/recipes/android_webview_cts_tests.expected/Test_parsing_report_xml_with_unexecuted_tests.json
+++ b/scripts/slave/recipes/android_webview_cts_tests.expected/Test_parsing_report_xml_with_unexecuted_tests.json
@@ -167,7 +167,7 @@
"[BUILD]/scripts/slave/daemonizer.py",
"--",
"[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
- "[SLAVE_BUILD]/src/out/logcat_dir"
+ "[SLAVE_BUILD]/src/out/logcat"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -402,10 +402,10 @@
"python",
"-u",
"[BUILD]/scripts/slave/tee.py",
- "[SLAVE_BUILD]/src/out/Release/full_logcat",
+ "[SLAVE_BUILD]/src/out/Release/full_log",
"--",
"[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
- "[SLAVE_BUILD]/src/out/logcat_dir"
+ "[SLAVE_BUILD]/src/out/logcat"
],
"cwd": "[SLAVE_BUILD]",
"name": "logcat_dump"
@@ -416,7 +416,7 @@
"--arch",
"arm",
"--more-info",
- "[SLAVE_BUILD]/src/out/Release/full_logcat"
+ "[SLAVE_BUILD]/src/out/Release/full_log"
],
"cwd": "[SLAVE_BUILD]",
"env": {

Powered by Google App Engine
This is Rietveld 408576698