From 01f5ac423273fddbc5d67b92d2179398cb04f880 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 5 Aug 2008 21:01:59 -0400 Subject: The stub for RegressionTests returned the wrong exit code. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fa17f27c..33cd3755 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,7 +246,7 @@ PyUnitTests: $(srcdir)/python/test/PyUnitTests.py RegressionTests_SOURCES = test/regress.py RegressionTests: $(srcdir)/test/regress.py - echo "exit 1" > $@ + echo "exit 0" > $@ chmod 755 $@ # echo "python $(srcdir)/test/regress.py $(top_builddir)/ledger$(EXEEXT) $(srcdir)/test/regress" > $@ -- cgit v1.2.3