From 74934fc4256b1d10ca2b890845b7a7e284581bfa Mon Sep 17 00:00:00 2001 From: strangeqargo <“strangeqargo@gmail.com”> Date: Sat, 11 Jun 2016 16:17:25 +0300 Subject: [PATCH] removed a little regression in output suppressing --- test_scripts/ddl2cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_scripts/ddl2cpp.cpp b/test_scripts/ddl2cpp.cpp index 0f51bdd6..8ec4cec5 100644 --- a/test_scripts/ddl2cpp.cpp +++ b/test_scripts/ddl2cpp.cpp @@ -14,7 +14,7 @@ int testSqlFile(const std::string pathToSqlFile ){ #else std::string nullOutput = " > /dev/null 2>&1"; #endif - nullOutput = ""; + std::string ddlHeaderPath = "../test_scripts/ddl2cpp_test_result_header"; std::string args =