Skip to content
Snippets Groups Projects
Commit 58f6fd77 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

improve output when we cannot connect to mysql

parent f0bd3df7
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ function addTestsForDriver(driver) {
topic: function() { db.open({driver: driver, unit_test: true}, this.callback) },
"accepting connections": function(err) {
if (err) {
console.log("SKIPPING MYSQL TESTING: I cannot connect to the mysql database (" + err.message + ")");
console.log("MYSQL TESTS WILL FAIL cause cannot connect to a local mysql database (" + err.message + ")");
}
},
"connection closes": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment