mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Run self-test in debug mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user