diff options
| author | Robert Collins <robertc@robertcollins.net> | 2010-12-09 00:02:39 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2010-12-09 00:02:39 +1300 |
| commit | d7ae295931962ad4150aeef4d55b5bffebdca87c (patch) | |
| tree | c135b8d70bec5f094d091d8f9f21d9bb9d3cb68e /python | |
| parent | b7391e8a2ec77a1d9637feff35e949f35efbd4fe (diff) | |
| parent | 193441ebd6c8786e106a1214711f1350bf3585f2 (diff) | |
| download | subunit-git-d7ae295931962ad4150aeef4d55b5bffebdca87c.tar.gz | |
Merge subunit.run filtering support.
Diffstat (limited to 'python')
| -rwxr-xr-x | python/subunit/run.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/subunit/run.py b/python/subunit/run.py index daa241a..b390de3 100755 --- a/python/subunit/run.py +++ b/python/subunit/run.py @@ -69,4 +69,5 @@ class SubunitTestProgram(TestProgram): if __name__ == '__main__': stream = get_default_formatter() runner = SubunitTestRunner(stream) - SubunitTestProgram(module=None, argv=sys.argv, testRunner=runner) + SubunitTestProgram(module=None, argv=sys.argv, testRunner=runner, + stdout=sys.stdout) |
