Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-nodejs d38383338 -> 7d1845008


#nodejs: debug


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7d184500
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7d184500
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7d184500

Branch: refs/heads/ignite-nodejs
Commit: 7d184500844f13647a1c1b36dbadec336c0f3b33
Parents: d383833
Author: ivasilinets <ivasilin...@gridgain.com>
Authored: Sun Jun 7 23:54:28 2015 +0300
Committer: ivasilinets <ivasilin...@gridgain.com>
Committed: Sun Jun 7 23:54:28 2015 +0300

----------------------------------------------------------------------
 modules/nodejs/src/test/nodejs/test_utils.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7d184500/modules/nodejs/src/test/nodejs/test_utils.js
----------------------------------------------------------------------
diff --git a/modules/nodejs/src/test/nodejs/test_utils.js 
b/modules/nodejs/src/test/nodejs/test_utils.js
index a910201..a110e92 100644
--- a/modules/nodejs/src/test/nodejs/test_utils.js
+++ b/modules/nodejs/src/test/nodejs/test_utils.js
@@ -112,8 +112,10 @@ TestUtils.testDone = function() {
 TestUtils.runTest = function() {
     var fileName = process.argv[2].toString().trim();
     var tests = require("./" + fileName);
-    console.log("test file " + fileName + " scope  " + tests)
     var functionName = process.argv[3].toString().trim();
+    for (var obj in tests) {
+        console.log("vvvvvvvvv " + obj);
+    }
     if (!tests[functionName]) {
         console.log("node js test failed: function with name " + functionName 
+ " not found");
         return;

Reply via email to