summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
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()