[Pkg-javascript-commits] [sockjs-client] 167/434: Tests should run with debug=true by default. Why not.
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit d6b2e818b99a7498d98dab2db8d3d9dae0709be8
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Oct 12 13:57:28 2011 +0100
Tests should run with debug=true by default. Why not.
---
tests/config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/config.js b/tests/config.js
index 84a5c75..7eee914 100644
--- a/tests/config.js
+++ b/tests/config.js
@@ -11,6 +11,6 @@ exports.config = {
// url, like: "http://localhost:8080"
disabled_transports: [],
url: '',
- sockjs_opts: {devel:true}
+ sockjs_opts: {devel:true, debug:true}
}
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list