Failing functional tests stop lcov
This commit is contained in:
parent
431d81b61c
commit
9218ce8d48
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ test_bitcoin_filtered.info: test_bitcoin.info
|
|||
$(LCOV) -a $@ $(LCOV_OPTS) -o $@
|
||||
|
||||
functional_test.info: test_bitcoin_filtered.info
|
||||
-@TIMEOUT=15 test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS)
|
||||
@TIMEOUT=15 test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS)
|
||||
$(LCOV) -c $(LCOV_OPTS) -d $(abs_builddir)/src --t functional-tests -o $@
|
||||
$(LCOV) -z $(LCOV_OPTS) -d $(abs_builddir)/src
|
||||
|
||||
|
|
Loading…
Reference in a new issue