summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2011-12-09 14:46:37 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2011-12-09 15:06:26 +0000
commit396e990faa49359ed440456a01d5a2815e6396e7 (patch)
tree22495046a817352346b57edf37d196abef4a3176 /check
parenta2634251b06bdf0b917d21b458e868722de7c541 (diff)
downloadmorph-396e990faa49359ed440456a01d5a2815e6396e7.tar.gz
Fix tests to reflect changes
bins now takes an Execute, so the test needed to be changed to also pass one Execute had to be changed to ignore a statement from coverage Also fixed Execute.runv not outputting its error. I think it is not logged this way, but it does get output like it was before. Also check no longer runs cmdtest from the home directory.
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index d2513696..794d035c 100755
--- a/check
+++ b/check
@@ -20,4 +20,4 @@
set -e
python setup.py clean check
-$HOME/cmdtest/cmdtest/cmdtest -c ./morph tests
+cmdtest -c ./morph tests