From 464b9bcdc3c2e709dd475a1d14d5efb83b3c7bce Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Thu, 21 Jan 2016 14:44:51 +0000 Subject: [PATCH] Re-enable stdout/stderr capturing in tests Signed-off-by: Aanand Prasad --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index f9c7990eeb..21b47a6aaa 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --tb=short -rxs -s +addopts = --tb=short -rxs