mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
add node_env to tests
This commit is contained in:
@@ -5,12 +5,15 @@
|
||||
* ATTENTION: testing db is flushed before every use!
|
||||
*/
|
||||
|
||||
|
||||
var async = require('async');
|
||||
var path = require('path');
|
||||
var nconf = require('nconf');
|
||||
var url = require('url');
|
||||
var errorText;
|
||||
|
||||
global.env = process.env.NODE_ENV || 'production';
|
||||
|
||||
var errorText;
|
||||
var packageInfo = require('../../package');
|
||||
|
||||
var winston = require('winston');
|
||||
@@ -91,6 +94,7 @@ if (testDbConfig.database === productionDbConfig.database &&
|
||||
nconf.set(dbType, testDbConfig);
|
||||
|
||||
winston.info('database config %s', dbType, testDbConfig);
|
||||
winston.info('environment ' + global.env);
|
||||
|
||||
var db = require('../../src/database');
|
||||
module.exports = db;
|
||||
|
||||
Reference in New Issue
Block a user