Remove color output from tests

This commit is contained in:
Alexey Rybalchenko
2016-05-30 12:36:55 +02:00
committed by Mohammad Al-Turany
parent fd09321fd9
commit eb306a2c0d
7 changed files with 14 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ int main(int /*argc*/, char** /*argv*/)
testPull.CatchSignals();
testPull.SetTransport("zeromq");
reinit_logger(false);
testPull.SetProperty(FairMQTestPull::Id, "testPull");
FairMQChannel pullChannel("pull", "connect", "tcp://127.0.0.1:5557");

View File

@@ -21,6 +21,8 @@ int main(int /*argc*/, char** /*argv*/)
testPush.CatchSignals();
testPush.SetTransport("zeromq");
reinit_logger(false);
testPush.SetProperty(FairMQTestPush::Id, "testPush");
FairMQChannel pushChannel("push", "bind", "tcp://127.0.0.1:5557");