summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2019-09-16 11:36:36 +0200
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2019-09-16 11:36:36 +0200
commit9f4c3f404271a7e660b8cf83f5e390fa68c49df5 (patch)
treeecc3e92c2218887aa39dc9ca570d1dd8753072c6
parent30607902a9f513c6bb13a37ff45ad228184b5f85 (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):