0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 12:51:13 +08:00

removed a little regression in output suppressing

This commit is contained in:
strangeqargo 2016-06-11 16:17:25 +03:00
parent f61475e636
commit 74934fc425

View File

@ -14,7 +14,7 @@ int testSqlFile(const std::string pathToSqlFile ){
#else #else
std::string nullOutput = " > /dev/null 2>&1"; std::string nullOutput = " > /dev/null 2>&1";
#endif #endif
nullOutput = "";
std::string ddlHeaderPath = "../test_scripts/ddl2cpp_test_result_header"; std::string ddlHeaderPath = "../test_scripts/ddl2cpp_test_result_header";
std::string args = std::string args =