Fixed bad gtest filter.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/389004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1650 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-02-09 11:13:12 +00:00
parent cf6a295b13
commit cde1c0b519

View File

@ -383,7 +383,7 @@ class WebRTCLinuxFactory(WebRTCFactory):
self.addStep(shell.Compile(command=('xvfb-run --server-args="-screen 0 '
'800x600x24 -extension Composite" out/Debug/vie_auto_test --automated '
'--gtest_filter="-ViEVideoVerificationTest.RunsFullStackWithoutErrors:'
'-ViEExtendedIntegrationTest.*" '
'ViEExtendedIntegrationTest.*" '
'--capture_test_ensure_resolution_alignment_in_capture_device=false'),
workdir="build/trunk", description=[test, "running..."],
descriptionDone=[test, "done..."], name="%s" % test))