File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
42
42
43
- log . info ( 'Testing `' + packageDefinition . name + '`, a Sails/Waterline adapter.' ) ;
43
+ log . info ( 'Testing `' + package . name + '`, a Sails/Waterline adapter.' ) ;
44
44
log . info ( 'Running `waterline-adapter-tests` against ' + interfaces . length + ' interfaces...' ) ;
45
45
log . info ( '( ' + interfaces . join ( ', ' ) + ' )' ) ;
46
46
console . log ( ) ;
@@ -73,7 +73,7 @@ new TestRunner({
73
73
port : process . env . WATERLINE_ADAPTER_TESTS_PORT || 3306 ,
74
74
user : process . env . WATERLINE_ADAPTER_TESTS_USER || 'root' ,
75
75
password : process . env . WATERLINE_ADAPTER_TESTS_PASSWORD || '' ,
76
- database : process . env . WATERLINE_ADAPTER_TESTS_DATABASE || 'sails_loadTest ' ,
76
+ database : process . env . WATERLINE_ADAPTER_TESTS_DATABASE || 'sails_mysql ' ,
77
77
pool : true ,
78
78
connectionLimit : 10 ,
79
79
queueLimit : 0 ,
@@ -108,4 +108,4 @@ new TestRunner({
108
108
//
109
109
// Full interface reference:
110
110
// https://github.com/balderdashy/sails-docs/blob/master/adapter-specification.md
111
- } ) ;
111
+ } ) ;
You can’t perform that action at this time.
0 commit comments