From 58f6fd77838104e9734b63f1df7ca1d0b8883efd Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Fri, 5 Aug 2011 12:42:11 -0600
Subject: [PATCH] improve output when we cannot connect to mysql

---
 browserid/tests/db-test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browserid/tests/db-test.js b/browserid/tests/db-test.js
index de11f05b8..f83bde7a6 100755
--- a/browserid/tests/db-test.js
+++ b/browserid/tests/db-test.js
@@ -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": {
-- 
GitLab