mirror of https://gitee.com/bigwinds/arangodb
added missig cygwin test
This commit is contained in:
parent
30f826ff8c
commit
aad92ba3b6
|
@ -314,7 +314,7 @@ void ConsoleFeature::printLine(std::string const& s) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (true) {
|
||||
if (!_cygwinShell) {
|
||||
std::vector<std::string> lines = StringUtils::split(s, '\n', '\0');
|
||||
|
||||
for (auto& line : lines) {
|
||||
|
|
Loading…
Reference in New Issue