Run self-test in debug mode

This commit is contained in:
Justin SB
2014-10-11 02:52:37 -07:00
parent 39a40e688a
commit 7132c94e28

View File

@@ -611,6 +611,8 @@ _.extend(Sandbox.prototype, {
var env = _.clone(self.env);
env.METEOR_SESSION_FILE = path.join(self.root, '.meteorsession');
env.METEOR_LOG = 'debug';
if (self.warehouse) {
// Tell it where the warehouse lives.
env.METEOR_WAREHOUSE_DIR = self.warehouse;