diff --git a/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py b/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py index 16eebb96c49457d445ea1b8fa8232482560d7513..f1700ac09ccd83dc62c0033822df4c78daa4073c 100644 --- a/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py +++ b/api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py @@ -27,7 +27,7 @@ class TestCase(testcase.TestCase): self.openbisController = self.createOpenbisController() self.openbisController.allUp() # run tests - util.executeCommand(['pytest', '-s', '--junitxml=test_results_pybis.xml', + util.executeCommand(['pytest', '--verbose', '--junitxml=test_results_pybis.xml', 'api-openbis-python3-pybis/src/python/tests'])