diff options
author | John Arbash Meinel <john@arbash-meinel.com> | 2010-08-24 17:41:12 -0500 |
---|---|---|
committer | John Arbash Meinel <john@arbash-meinel.com> | 2010-08-24 17:41:12 -0500 |
commit | 8fa9c2b1ac2ab8e9b4df8d6506965d47839e0240 (patch) | |
tree | ea125220c058d91b65cf0117b1b3228d9473a82b /NEWS | |
parent | 7a7a14024f445a18bbdab8a7dbfe45328ae6e5d6 (diff) | |
download | subunit-8fa9c2b1ac2ab8e9b4df8d6506965d47839e0240.tar.gz |
(bug #623642) Add --no-xfail and -F to subunit-filter.
The existing --no-success only filtered out genuine success cases. Now we
can filter everything down to stuff that would actually be considered a
'failure'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ subunit release notes NEXT (In development) --------------------- +BUG FIXES +~~~~~~~~~ + +* Add 'subunit --no-xfail', which will omit expected failures from the subunit + stream. (John Arbash Meinel, #623642) + +* Add 'subunit -F/--only-genuine-failures' which sets all of '--no-skips', + '--no-xfail', '--no-passthrough, '--no-success', and gives you just the + failure stream. (John Arbash Meinel) + 0.0.6 ----- |