aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-20 08:20:13 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-20 08:20:13 +0100
commit91782b27a9df8f7f615dbb8263a65c5caa18cf84 (patch)
tree5029b619e5391a70f9ceb2eb6c1494a98f3c0860 /testsuite
parent0b3d016face8a4c77d9d6d9821af174d4d6caa3b (diff)
downloadghdl-91782b27a9df8f7f615dbb8263a65c5caa18cf84.tar.gz
ghdl-91782b27a9df8f7f615dbb8263a65c5caa18cf84.tar.bz2
ghdl-91782b27a9df8f7f615dbb8263a65c5caa18cf84.zip
testsuite/pyunit/lsp: Remove verbosity flag
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/pyunit/lsp/LanguageServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/lsp/LanguageServer.py b/testsuite/pyunit/lsp/LanguageServer.py
index 46f330467..2ef378b9a 100644
--- a/testsuite/pyunit/lsp/LanguageServer.py
+++ b/testsuite/pyunit/lsp/LanguageServer.py
@@ -106,7 +106,7 @@ class JSONTest(TestCase):
# Run
p = subprocess_run(
- [executable, '-m', 'pyGHDL.cli.lsp', '-v'],
+ [executable, '-m', 'pyGHDL.cli.lsp'],
input=conn.res.encode('utf-8'),
stdout=PIPE)
self.assertEqual(p.returncode, 0, "Language server executable exit with a non-zero return code.")