Comment 5 for bug 1052805

Revision history for this message
Julian Edwards (julian-edwards) wrote :

This diff fixes it for me:

=== renamed file 'tests/maas-integration.py' => 'debian/tests/maas-integration.py'
=== modified file 'debian/tests/maas-package-test'
--- debian/tests/maas-package-test 2012-09-10 19:28:15 +0000
+++ debian/tests/maas-package-test 2012-09-20 02:17:53 +0000
@@ -2,4 +2,4 @@
 set -e -u
 exec 2>&1
 pip install sst
-nosetests tests/maas-integration.py
+nosetests debian/tests/maas-integration.py

=== removed directory 'tests'