aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'RPCTests/main.js')
-rw-r--r--RPCTests/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/RPCTests/main.js b/RPCTests/main.js
index e3089f0d0..00bb54d38 100644
--- a/RPCTests/main.js
+++ b/RPCTests/main.js
@@ -19,7 +19,7 @@ function main()
testutils.readTestsInFolder("./scripts/tests");
async.series([
function(cb) {
- utils.setDebug(true);
+ utils.setDebug(false);
ethconsole.startNode(ethpath, testdir + "/ethnode1", testdir + "/genesis.json", 30305, cb);
},
function(cb) {
@@ -117,4 +117,4 @@ function runAllTests(finished)
}
main();
-//testutils.readTestsInFolder("./scripts/tests");
+