mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1003412 - Fix Mozbase unit test mozlog/tests/test_structured.py on windows. r=dminor
This commit is contained in:
parent
5cbd5db49e
commit
64d3acce20
@ -190,7 +190,7 @@ class TestCommandline(unittest.TestCase):
|
||||
def test_setup_logging(self):
|
||||
parser = argparse.ArgumentParser()
|
||||
commandline.add_logging_group(parser)
|
||||
args = parser.parse_args(["--log-raw=/tmp/foo"])
|
||||
args = parser.parse_args(["--log-raw=-"])
|
||||
logger = commandline.setup_logging("test", args, {})
|
||||
self.assertEqual(len(logger.handlers), 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user