You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by is...@apache.org on 2017/04/13 11:48:05 UTC

[8/8] ignite git commit: IGNITE-3581: Minor fix

IGNITE-3581: Minor fix


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

Branch: refs/heads/ignite-3581
Commit: 869c9121e8dd31709cb3a761ac7963af9d9b66ae
Parents: 0da662f
Author: Igor Sapego <is...@gridgain.com>
Authored: Wed Apr 12 19:43:44 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Thu Apr 13 14:40:03 2017 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/odbc-test/src/test_utils.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/869c9121/modules/platforms/cpp/odbc-test/src/test_utils.cpp
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/odbc-test/src/test_utils.cpp b/modules/platforms/cpp/odbc-test/src/test_utils.cpp
index 713601a..0599789 100644
--- a/modules/platforms/cpp/odbc-test/src/test_utils.cpp
+++ b/modules/platforms/cpp/odbc-test/src/test_utils.cpp
@@ -48,7 +48,7 @@ namespace ignite_test
         cfg.jvmOpts.push_back("-XX:+HeapDumpOnOutOfMemoryError");
         cfg.jvmOpts.push_back("-Duser.timezone=GMT");
         cfg.jvmOpts.push_back("-DIGNITE_QUIET=false");
-        //cfg.jvmOpts.push_back("-DIGNITE_CONSOLE_APPENDER=false");
+        cfg.jvmOpts.push_back("-DIGNITE_CONSOLE_APPENDER=false");
         cfg.jvmOpts.push_back("-DIGNITE_UPDATE_NOTIFIER=false");
 
         std::string home;