← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~allenap/maas/run-maascli-tests-once into lp:maas

 

Gavin Panella has proposed merging lp:~allenap/maas/run-maascli-tests-once into lp:maas.

Commit message:
maascli tests are no longer run from bin/test.maas.

Previously both bin/test.maas and bin/test.maascli ran the maascli tests.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~allenap/maas/run-maascli-tests-once/+merge/128664
-- 
https://code.launchpad.net/~allenap/maas/run-maascli-tests-once/+merge/128664
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/maas/run-maascli-tests-once into lp:maas.
=== modified file 'buildout.cfg'
--- buildout.cfg	2012-10-04 23:30:51 +0000
+++ buildout.cfg	2012-10-09 09:56:22 +0000
@@ -87,7 +87,7 @@
   ${maas:initialization}
   sys.argv[1:1] = [
       "test", "--noinput", "--exclude=provisioningserver",
-      "--exclude=maastesting"]
+      "--exclude=maastesting", "--exclude=maascli"]
 scripts = test.maas
 extra-paths =
   ${maas:extra-paths}