From fcb7b94b063cc0d7e14d8ea5b89f5727ad7e713f Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 17 Jul 2013 15:17:17 +1200 Subject: * 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) --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') 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 ++++++ -- cgit v1.2.1