diff options
Diffstat (limited to 'tests/unittests/test_pack.py')
| -rw-r--r-- | tests/unittests/test_pack.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/test_pack.py b/tests/unittests/test_pack.py index 1aae4567..cb0b135e 100644 --- a/tests/unittests/test_pack.py +++ b/tests/unittests/test_pack.py @@ -97,6 +97,8 @@ class TestPack(TestCase): }} out, err, rc, log_contents = self.run_install(cfg) + print("out=%s" % out) + print("err=%s" % err) # the version string and users command output should be in output self.assertIn(version.version_string(), out) |
