From 8fa9c2b1ac2ab8e9b4df8d6506965d47839e0240 Mon Sep 17 00:00:00 2001 From: John Arbash Meinel Date: Tue, 24 Aug 2010 17:41:12 -0500 Subject: (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'. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1af8ef5..7e91a9c 100644 --- a/NEWS +++ b/NEWS @@ -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 ----- -- cgit v1.2.1