From 3bade3f6d820725d0e8e6a7e787606b4f3a9ec22 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Wed, 19 Jul 2023 11:05:10 +0200 Subject: [PATCH] SSDM-13735: updated test config --- api-openbis-python3-pybis/src/python/tests/jenkinstest/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 26e3904b7aa..16eebb96c49 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', '--junitxml=test_results_pybis.xml', + util.executeCommand(['pytest', '-s', '--junitxml=test_results_pybis.xml', 'api-openbis-python3-pybis/src/python/tests']) -- GitLab