← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/maas-fix-harness into lp:maas

 

Raphaël Badin has proposed merging lp:~rvb/maas/maas-fix-harness into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rvb/maas/maas-fix-harness/+merge/97179

Make harness should use demo.py settings.py.
-- 
https://code.launchpad.net/~rvb/maas/maas-fix-harness/+merge/97179
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/maas-fix-harness into lp:maas.
=== modified file 'Makefile'
--- Makefile	2012-03-13 03:59:49 +0000
+++ Makefile	2012-03-13 10:24:19 +0000
@@ -89,7 +89,7 @@
 	bin/maas runserver 0.0.0.0:8000 --settings=maas.demo
 
 harness: bin/maas dev-db
-	bin/maas shell
+	bin/maas shell --settings=maas.demo
 
 syncdb: bin/maas dev-db
 	bin/maas syncdb --noinput