Commit 59a115da authored by gwenn's avatar gwenn

Fix travis build.

parent 0d863f24
......@@ -27,7 +27,7 @@ func open(t *testing.T) *Conn {
//db.SetSynchronous("", 0)
//db.Profile(profile, t)
//db.Trace(trace, t)
if testing.Verbose() {
if false /*testing.Verbose()*/ { // Go 1.1
db.SetAuthorizer(authorizer, t)
}
return db
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment