Skip to content

Commit

Permalink
CI : logging default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Apr 17, 2018
1 parent bdb34a5 commit 2348e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/base.js
Expand Up @@ -13,6 +13,7 @@ before("share initialization", done => {
if (global.shareConn) {
done();
} else {
console.log("connecting share connection : " + connOptions);
let conn = new Connection(connOptions);
conn.connect(err => {
if (err) {
Expand Down

0 comments on commit 2348e82

Please sign in to comment.