summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:29:33 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 15:29:33 +0000
commit06251866480c29f32327d4de96ae28738cb0ef45 (patch)
tree22ac680d6039f04dfb5178270e7794bd54e347df /check
parent2f9eedd5ce3474a3e07e1a2b5441afad8a55b4dc (diff)
downloadmorph-06251866480c29f32327d4de96ae28738cb0ef45.tar.gz
Remove now-unnecessar -c option from cmdtest call
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index b7e1ba0b..5fe8df0f 100755
--- a/check
+++ b/check
@@ -20,7 +20,7 @@
set -e
python setup.py clean check
-cmdtest -c ./morph tests
+cmdtest tests
if [ -d .git ];
then