Skip to content

Commit 32aa53f

Browse files
author
Andrea Coronese
committed
package automated tests
1 parent 27b566a commit 32aa53f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/runner.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ try {
4040

4141

4242

43-
log.info('Testing `' + packageDefinition.name + '`, a Sails/Waterline adapter.');
43+
log.info('Testing `' + package.name + '`, a Sails/Waterline adapter.');
4444
log.info('Running `waterline-adapter-tests` against ' + interfaces.length + ' interfaces...');
4545
log.info('( ' + interfaces.join(', ') + ' )');
4646
console.log();
@@ -73,7 +73,7 @@ new TestRunner({
7373
port: process.env.WATERLINE_ADAPTER_TESTS_PORT || 3306,
7474
user: process.env.WATERLINE_ADAPTER_TESTS_USER || 'root',
7575
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',
7777
pool: true,
7878
connectionLimit: 10,
7979
queueLimit: 0,
@@ -108,4 +108,4 @@ new TestRunner({
108108
//
109109
// Full interface reference:
110110
// https://github.com/balderdashy/sails-docs/blob/master/adapter-specification.md
111-
});
111+
});

0 commit comments

Comments
 (0)