Index: webrtc/voice_engine/test/auto_test/voe_standard_test.cc |
diff --git a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc |
index 5449a2f680e000bc6e4728f4cbbefd766c9217ce..4cb6d5294609d698287da7a1a21164344945ff20 100644 |
--- a/webrtc/voice_engine/test/auto_test/voe_standard_test.cc |
+++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.cc |
@@ -101,6 +101,9 @@ |
// This function and RunInAutomatedMode is defined in automated_mode.cc |
// to avoid macro clashes with googletest (for instance ASSERT_TRUE). |
webrtc::voetest::InitializeGoogleTest(&argc, argv); |
+ // AllowCommandLineParsing allows us to ignore flags passed on to us by |
+ // Chromium build bots without having to explicitly disable them. |
+ google::AllowCommandLineReparsing(); |
google::ParseCommandLineFlags(&argc, &argv, true); |
if (FLAGS_automated) { |