]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Make pytest capture stdout when running the tests task 432/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 11 Feb 2015 22:23:10 +0000 (16:23 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 11 Feb 2015 22:23:10 +0000 (16:23 -0600)
This makes the logs easier to read.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/task/tests/__init__.py

index 8e27e59cf1c5e8469bc94a1dc9c270db3b3b6e7e..ba7dea8f868812e25d4d97db4ccf2252562f88a9 100644 (file)
@@ -76,7 +76,7 @@ def task(ctx, config):
     """
     status = pytest.main(
         args=[
-            '-s', '-q',
+            '-q',
             '--pyargs', __name__
         ],
         plugins=[TeuthologyContextPlugin(ctx, config)]