summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2020-03-27 20:57:21 +0100
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2022-01-10 13:41:39 +0100
commitf9a8f9696b366fc7839d96fb6d6621dc317844c9 (patch)
treee3320abe4637178d56d93fcd7ae50daa9945beba
parentc6c4eb02b63ee5f1724a2a49d10e7714f6959ee9 (diff)
temporarily disable script tests
Forwarded: not-needed Last-Update: 2019-02-11 Last-Update: 2019-02-11 Gbp-Pq: Name 0002-disable-broken-tests.patch
-rw-r--r--test/test_scripts.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_scripts.py b/test/test_scripts.py
index 74ae714..260a69f 100644
--- a/test/test_scripts.py
+++ b/test/test_scripts.py
@@ -73,10 +73,7 @@ class TestLoggerScript(CanScriptTest):
def _commands(self):
commands = [
"python -m can.logger --help",
- "python scripts/can_logger.py --help"
]
- if IS_UNIX:
- commands += ["can_logger.py --help"]
return commands
def _import(self):
@@ -89,10 +86,7 @@ class TestPlayerScript(CanScriptTest):
def _commands(self):
commands = [
"python -m can.player --help",
- "python scripts/can_player.py --help"
]
- if IS_UNIX:
- commands += ["can_player.py --help"]
return commands
def _import(self):