diff tests/test-hghave.t @ 32942:5af78c524f34

tests: remove support for warned tests The previous changeset removed the last caller of addWarn(). So, we rip out that method and all the code related to tracking warned tests in the results system. There was even a comment saying we may want to fold warned tests into the "failed" state, which is what the previous changeset did.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 03 Jun 2017 17:22:45 -0700
parents 342ab95a1f4b
children 6c113a7dec52
line wrap: on
line diff
--- a/tests/test-hghave.t	Tue Jun 20 09:49:43 2017 -0400
+++ b/tests/test-hghave.t	Sat Jun 03 17:22:45 2017 -0700
@@ -20,7 +20,7 @@
   > EOF
   $ run-tests.py $HGTEST_RUN_TESTS_PURE test-hghaveaddon.t
   .
-  # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
+  # Ran 1 tests, 0 skipped, 0 failed.
 
 (invocation via command line)