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 <[email protected]>
Authored: Wed Apr 12 19:43:44 2017 +0300
Committer: Igor Sapego <[email protected]>
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;

Reply via email to