不要怂,就是干,撸起袖子干!

Commit fb419fe1 by Sascha Depold

Use the correct config file

1 parent 0f041436
Showing with 4 additions and 4 deletions
......@@ -208,11 +208,11 @@ describe(Support.getTestDialectTeaser("Executable"), function() {
})
})([
'--migrate',
'--migrate --config ../config/config.js',
'--migrate --config ' + path.join(__dirname, 'config', 'config.js'),
'--migrate --config ../tmp/config/config.json',
'--migrate --config ' + path.join(__dirname, 'tmp', 'config', 'config.json'),
'-m',
'-m --config ../config/config.js',
'-m --config ' + path.join(__dirname, 'config', 'config.js')
'-m --config ../tmp/config/config.json',
'-m --config ' + path.join(__dirname, 'tmp', 'config', 'config.json')
])
;(function(flags) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!