summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-08-31 12:21:33 +0200
committerJuergen Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-30 10:01:20 +0100
commit05ea9b3cfbc6a2147ae7ff98dfc43911471f973b (patch)
tree5d2ac67e9f10a15f38648bdd7d9af18e839b8460 /cli.py
parent1050c436d1283848763bd3c50d6548747f8c2c22 (diff)
downloadqtivi-qface-05ea9b3cfbc6a2147ae7ff98dfc43911471f973b.tar.gz
Fixed the tests again. Copied the face files into the tests folder to make them more contained.
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 97a06d7..2e2d24a 100755
--- a/cli.py
+++ b/cli.py
@@ -32,7 +32,7 @@ def antlr():
@cli.command()
def test():
- sh('python3 -m pytest -v -s -l --pdb')
+ sh('python3 -m pytest -v -s -l')
@cli.command()