summaryrefslogtreecommitdiff
path: root/.unittests
diff options
context:
space:
mode:
Diffstat (limited to '.unittests')
-rwxr-xr-x.unittests2
1 files changed, 1 insertions, 1 deletions
diff --git a/.unittests b/.unittests
index 5d935b1..3a7ffe9 100755
--- a/.unittests
+++ b/.unittests
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-python setup.py testr --coverage --testr-args="tests.unit"
+python setup.py testr --coverage --testr-args="test.unit"
RET=$?
coverage report -m
rm -f .coverage