The stub for RegressionTests returned the wrong exit code.

This commit is contained in:
John Wiegley 2008-08-05 21:01:59 -04:00
parent d29d7751e0
commit 01f5ac4232

View file

@ -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" > $@