Skip to content

Commit

Permalink
Be more verbose when running Docker for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Oct 12, 2015
1 parent 57c8c17 commit ce91c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_apt.py
Expand Up @@ -10,7 +10,7 @@


def docker(cmd):
return local("docker %s" % cmd, capture=True)
return local("docker %s" % cmd, capture=False)


class AptTest(unittest.TestCase):
Expand Down

0 comments on commit ce91c2f

Please sign in to comment.