From 396e990faa49359ed440456a01d5a2815e6396e7 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 9 Dec 2011 14:46:37 +0000 Subject: 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. --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check') 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 -- cgit v1.2.1