Skip to content

Commit

Permalink
Remove the debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
come-maiz committed Jun 29, 2016
1 parent 8c49326 commit d808372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run_snapcraft(self, command, project_dir=None):
cwd = None
try:
return subprocess.check_output(
[self.snapcraft_command, '-d'] + command, cwd=cwd,
[self.snapcraft_command] + command, cwd=cwd,
stderr=subprocess.STDOUT, universal_newlines=True)
except subprocess.CalledProcessError as e:
self.addDetail('output', content.text_content(e.output))
Expand Down

0 comments on commit d808372

Please sign in to comment.