1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Denis Danilov <danilovdenis@yandex.ru>
Date: Sun, 16 Oct 2022 10:00:00 +0200
Subject: turn the test into autopkgtest
Forwarded: not-needed
---
test/setup_tests.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/test/setup_tests.py b/test/setup_tests.py
index 8443c57..9aa7b38 100644
--- a/test/setup_tests.py
+++ b/test/setup_tests.py
@@ -25,8 +25,6 @@ def check_post_msg(result: dict, msg: str, severity: int):
def run_request(request, fortls_args: list[str] = None):
command = [
- sys.executable,
- "-m",
"fortls",
"--incremental_sync",
]
|