← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~julian-edwards/maas/packaging into lp:~maas-maintainers/maas/packaging

 

Julian Edwards has proposed merging lp:~julian-edwards/maas/packaging into lp:~maas-maintainers/maas/packaging.

Commit message:
Remove the top-level tests/ directory as it confuses bzr-builddeb, and put its tests in debian/tests instead.

Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~julian-edwards/maas/packaging/+merge/125393

Remove the top-level tests/ directory as it confuses bzr-builddeb.  See bug 1052805
-- 
https://code.launchpad.net/~julian-edwards/maas/packaging/+merge/125393
Your team MAAS Maintainers is requested to review the proposed merge of lp:~julian-edwards/maas/packaging into lp:~maas-maintainers/maas/packaging.
=== 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:26:17 +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'