Merge "Disable debug logs for image builds"

This commit is contained in:
Zuul
2018-09-24 12:19:08 +00:00
committed by Gerrit Code Review
+1 -1
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')