Explorar el Código

Removing stdout test output

As per request by @mnaberez in pull request
https://github.com/Supervisor/supervisor/pull/95#issuecomment-10778589
Jens Rantil hace 12 años
padre
commit
afe3a31a3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      supervisor/tests/test_options.py

+ 1 - 1
supervisor/tests/test_options.py

@@ -435,7 +435,7 @@ class ServerOptionsTests(unittest.TestCase):
         try:
             instance.realize()
         except DummyException, e:
-            print "Caught expected exception: %s" % e
+            # Caught expected exception
             import traceback
             self.assertEquals(e.exitcode, 2,
                               "Wrong exitcode for: %s" % traceback.format_exc(e))