The stub for RegressionTests returned the wrong exit code.
This commit is contained in:
parent
d29d7751e0
commit
01f5ac4232
1 changed files with 1 additions and 1 deletions
|
|
@ -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" > $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue