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:
parent
f61475e636
commit
74934fc425
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user