diff options
| author | Aseem Sood <[email protected]> | 2019-06-13 11:39:15 -0400 |
|---|---|---|
| committer | Aseem Sood <[email protected]> | 2019-06-13 11:39:15 -0400 |
| commit | 9218ce8d48e504aeaa983e82b206a386712e43e4 (patch) | |
| tree | 13022b70aa44118122553bc15bef3361d212fd86 /Makefile.am | |
| parent | Merge #15991: Bugfix: fix pruneblockchain returned prune height (diff) | |
| download | discoin-9218ce8d48e504aeaa983e82b206a386712e43e4.tar.xz discoin-9218ce8d48e504aeaa983e82b206a386712e43e4.zip | |
Failing functional tests stop lcov
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ec0743c3f..712f2a454 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |