summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_debfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_debfile.py b/tests/test_debfile.py
index 89f50d2a..7619f33d 100644
--- a/tests/test_debfile.py
+++ b/tests/test_debfile.py
@@ -133,7 +133,7 @@ Description: testpackage for gdebi - contains usr/bin/binary for file reading
self.assertTrue(raised)
def test_multiarch_deb(self):
- print apt_pkg.get_architectures()
+ #print apt_pkg.get_architectures()
if apt_pkg.get_architectures() != ["amd64", "i386"]:
logging.warn("skipping test because running on a non-multiarch system")
return