diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -1076,6 +1076,9 @@ class TestResult(unittest._TextTestResul if self._options.first: self.stop() + else: + if not self._options.nodiff: + self.stream.write('\nERROR: %s output changed\n' % test) def addError(self, *args, **kwargs): super(TestResult, self).addError(*args, **kwargs)