mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Remove color output from tests
This commit is contained in:
committed by
Mohammad Al-Turany
parent
fd09321fd9
commit
eb306a2c0d
@@ -21,6 +21,8 @@ int main(int /*argc*/, char** /*argv*/)
|
||||
testPub.CatchSignals();
|
||||
testPub.SetTransport("zeromq");
|
||||
|
||||
reinit_logger(false);
|
||||
|
||||
testPub.SetProperty(FairMQTestPub::Id, "testPub");
|
||||
|
||||
FairMQChannel controlChannel("pull", "bind", "tcp://127.0.0.1:5555");
|
||||
|
@@ -23,6 +23,8 @@ int main(int /*argc*/, char** /*argv*/)
|
||||
testSub.CatchSignals();
|
||||
testSub.SetTransport("zeromq");
|
||||
|
||||
reinit_logger(false);
|
||||
|
||||
testSub.SetProperty(FairMQTestSub::Id, "testSub_" + std::to_string(getpid()));
|
||||
|
||||
FairMQChannel controlChannel("push", "connect", "tcp://127.0.0.1:5555");
|
||||
|
Reference in New Issue
Block a user