~linaro-maintainers/ubuntu/oneiric/python-apt/overlay

« back to all changes in this revision

Viewing changes to tests/test_all.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-08-10 06:12:30 UTC
  • Revision ID: james.westby@ubuntu.com-20110810061230-qwbiuphfj3atnq95
Tags: 0.8.0ubuntu6
* debian/control:
  - remove recommends of python2.6
* tests/test_all.py:
  - print library dir during the tests to hunt down mysterious build
    failure on amd64

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    if dirname:
44
44
        os.chdir(dirname)
45
45
    library_dir = get_library_dir()
 
46
    sys.stderr.write("Using library_dir: '%s'" % library_dir)
46
47
    if library_dir:
47
48
        sys.path.insert(0, os.path.abspath(library_dir))
48
49