Skip to content

Commit

Permalink
Make integration tests more verbose to debug failures
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
  • Loading branch information
mattiaverga authored and cverna committed Jun 16, 2020
1 parent b24343d commit d05025e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/ci/bodhi-ci
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ class IntegrationJob(Job):
"""
super(IntegrationJob, self).__init__(*args, **kwargs)

self._command = [sys.executable, '-m', 'pytest', '-v', '--no-cov',
self._command = [sys.executable, '-m', 'pytest', '-vv', '--no-cov',
'devel/ci/integration/tests/']
bodhi_container_image = '{}-integration-bodhi/{}'.format(CONTAINER_NAME, self.release)
self._popen_kwargs["env"] = os.environ.copy()
Expand Down

0 comments on commit d05025e

Please sign in to comment.