diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-10 06:10:53 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-08-10 06:10:53 +0200 |
| commit | 4cf6c707ad028c8185e6df30c256f72032bbf8f4 (patch) | |
| tree | c470688990a046ee12d7d050473ba5387fa95c55 | |
| parent | 3a0e654a8a5935c148bc95a9f9cb5d7786aae825 (diff) | |
| download | python-apt-4cf6c707ad028c8185e6df30c256f72032bbf8f4.tar.gz | |
* tests/test_all.py:
- print library dir to hunt down build failure on amd64
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | tests/test_all.py | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2deca3fe..249f4d17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ python-apt (0.8.1) UNRELEASED; urgency=low - fix test by providing proper fixture data - fix test if sources.list is not readable (as is the case on some PPA buildds) + * tests/test_all.py: + - print library dir to hunt down build failure on amd64 -- Julian Andres Klode <jak@debian.org> Tue, 07 Jun 2011 14:00:22 +0200 diff --git a/tests/test_all.py b/tests/test_all.py index f7b9dc8c..0f548781 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -43,6 +43,7 @@ if __name__ == '__main__': if dirname: os.chdir(dirname) library_dir = get_library_dir() + sys.stderr.write("Using library_dir: '%s'" % library_dir) if library_dir: sys.path.insert(0, os.path.abspath(library_dir)) |
