diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-22 18:32:56 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-11-22 18:32:56 +0100 |
| commit | ff886d6a8c468a31433013250aed337dfe0770cc (patch) | |
| tree | 9a658e9fc5121f2c014f371df9b50d1d6eee3de3 | |
| parent | b1c645c534e14bc21da638aefd54d2c59085f3ec (diff) | |
| download | python-apt-ff886d6a8c468a31433013250aed337dfe0770cc.tar.gz | |
tests/test_debfile.py: remove debug print
| -rw-r--r-- | tests/test_debfile.py | 2 |
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 |
