summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-07-17 15:17:17 +1200
committerRobert Collins <robertc@robertcollins.net>2013-07-17 15:17:17 +1200
commitfcb7b94b063cc0d7e14d8ea5b89f5727ad7e713f (patch)
tree034d9cd07dc6921bf6e8d6ab1f841e28aa30defb /NEWS
parent5418052029a47afa9b4c326e8342c02b00486e7e (diff)
downloadtestrepository-fcb7b94b063cc0d7e14d8ea5b89f5727ad7e713f.tar.gz
* When test listing fails, testr will now report an error rather than
incorrectly trying to run zero tests. A test listing failure is detected by the returncode of the test listing process. (Robert Collins, #1185231)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16d5498..7feea63 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ CHANGES
co-dependent tests to be executed, so partial test runs (e.g. --failing)
may still fail. (Matthew Treinish, Robert Collins)
+* When test listing fails, testr will now report an error rather than
+ incorrectly trying to run zero tests. A test listing failure is detected by
+ the returncode of the test listing process. (Robert Collins, #1185231)
+
0.0.15
++++++