Merge "Disable debug logs for image builds" into stable/rocky

This commit is contained in:
Zuul 2018-09-25 17:51:34 +00:00 committed by Gerrit Code Review
commit 0cec473680
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class BuildTest(object):
if self.threads < 4:
self.threads = 4
self.build_args = [__name__, "--debug", '--threads', str(self.threads)]
self.build_args = [__name__, '--threads', str(self.threads)]
@testtools.skipUnless(os.environ.get('DOCKER_BUILD_TEST'),
'Skip the docker build test')