diff options
author | Aseem Sood <asood123@yahoo.com> | 2019-06-13 11:39:15 -0400 |
---|---|---|
committer | Aseem Sood <asood123@yahoo.com> | 2019-06-13 11:39:15 -0400 |
commit | 9218ce8d48e504aeaa983e82b206a386712e43e4 (patch) | |
tree | 13022b70aa44118122553bc15bef3361d212fd86 /Makefile.am | |
parent | 431d81b61ca968da2d7c25f0d56455a44cd46fed (diff) |
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 ec0743c3fa..712f2a454d 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 |