summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-06 14:34:16 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-06 14:34:16 +1300
commit67787166d0ce28dc92a8d9f8cb5f5d41e9887fd4 (patch)
treea5d5784855b658388ab8a185bdfb5567502ac75b /NEWS
parent3b3c5074b5c4dae28e20807c23bdffcab33ddc1d (diff)
downloadtestrepository-67787166d0ce28dc92a8d9f8cb5f5d41e9887fd4.tar.gz
* ``testr run --failing`` will no longer run any tests at all if there are
no failing tests. (Robert Collins, #904400)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 60f0354..bcf8339 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ CHANGES
run or testr list are only passed to the underlying test runner if they are
preceeded by '--'. (Robert Collins, #597060)
+* ``testr run --failing`` will no longer run any tests at all if there are
+ no failing tests. (Robert Collins, #904400)
+
IMPROVEMENTS
------------