Skip to content
Snippets Groups Projects
Commit 1f5cb90f authored by Robin.Mueller's avatar Robin.Mueller
Browse files

unit test print file dependant of global var

parent 9771267e
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ class TestService(unittest.TestCase):
cls.waitTime = 5.0
cls.testQueue = queue.Queue()
cls.tcTimeoutFactor = g.tcSendTimeoutFactor
cls.printFile = True
cls.printFile = g.printToFile
cls.tmtcPrinter = TmtcPrinter(cls.displayMode, cls.printFile, True)
if g.comIF == 0:
cls.communicationInterface = EthernetComIF(cls.tmtcPrinter, g.tmTimeout, g.tcSendTimeoutFactor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment