diff tests/test-run-tests.t @ 27567:54bc0e884385

run-tests: avoid double counting server fails
author timeless <timeless@mozdev.org>
date Mon, 28 Dec 2015 16:01:31 +0000
parents 80b53082a353
children 67aa88e00fc7
line wrap: on
line diff
--- a/tests/test-run-tests.t	Mon Dec 14 23:50:02 2015 +0900
+++ b/tests/test-run-tests.t	Mon Dec 28 16:01:31 2015 +0000
@@ -209,8 +209,6 @@
 
 Verify that when a process fails to start we show a useful message
 ==================================================================
-NOTE: there is currently a bug where this shows "2 failed" even though
-it's actually the same test being reported for failure twice.
 
   $ cat > test-serve-fail.t <<EOF
   >   $ echo 'abort: child process failed to start blah'
@@ -219,11 +217,8 @@
   
   ERROR: test-serve-fail.t output changed
   !
-  ERROR: test-serve-fail.t output changed
-  !
   Failed test-serve-fail.t: server failed to start (HGPORT=*) (glob)
-  Failed test-serve-fail.t: output changed
-  # Ran 1 tests, 0 skipped, 0 warned, 2 failed.
+  # Ran 1 tests, 0 skipped, 0 warned, 1 failed.
   python hash seed: * (glob)
   [1]
   $ rm test-serve-fail.t