From 776e0fac2f2f22f0e9a177058261a28477feffb1 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Tue, 12 Apr 2022 15:42:12 +0200 Subject: [PATCH] testing broken test --- .../tangostationcontrol/test/toolkit/test_mib_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/test/toolkit/test_mib_compiler.py b/tangostationcontrol/tangostationcontrol/test/toolkit/test_mib_compiler.py index 8ce8f5904..239162b90 100644 --- a/tangostationcontrol/tangostationcontrol/test/toolkit/test_mib_compiler.py +++ b/tangostationcontrol/tangostationcontrol/test/toolkit/test_mib_compiler.py @@ -20,7 +20,7 @@ class TestCompiler(base.TestCase): with TemporaryDirectory() as tmpdir: new_sys_argv = [sys.argv[0], "--mibs", "TEST-MIB", "--source", "/opt/lofar/tango/tangostationcontrol/tangostationcontrol/toolkit/mib_compiler/mibs", - "--destination", f"{tmpdir}"] + "--destination", f"{tmpdir}", "-v"] with mock.patch.object(mib_compiler.sys, 'argv', new_sys_argv): with self.assertRaises(SystemExit): mib_compiler.main() -- GitLab