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

Unified Diff: tools-webrtc/mb/gn_isolate_map.pyl

Issue 2763323003: MB: Add --quick flag for low_bandwidth_audio_test (Closed)
Patch Set: Add support for args and change type to non_parallel_console_test_launcher Created 3 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
« no previous file with comments | « no previous file | tools-webrtc/mb/mb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/gn_isolate_map.pyl
diff --git a/tools-webrtc/mb/gn_isolate_map.pyl b/tools-webrtc/mb/gn_isolate_map.pyl
index 4d10f6b746a79e437d7b01a9240c9c95d4a761b8..e62825a9e65d9d2836b5595a967347be75001274 100644
--- a/tools-webrtc/mb/gn_isolate_map.pyl
+++ b/tools-webrtc/mb/gn_isolate_map.pyl
@@ -49,7 +49,10 @@
},
"low_bandwidth_audio_test": {
"label": "//webrtc/audio:low_bandwidth_audio_test",
- "type": "console_test_launcher",
+ "type": "non_parallel_console_test_launcher",
+ "args": [
+ "--quick",
+ ],
},
"modules_tests": {
"label": "//webrtc/modules:modules_tests",
« no previous file with comments | « no previous file | tools-webrtc/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698