Skip to content

Commit 9218ce8

Browse files
committed
Failing functional tests stop lcov
1 parent 431d81b commit 9218ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ test_bitcoin_filtered.info: test_bitcoin.info
198198
$(LCOV) -a $@ $(LCOV_OPTS) -o $@
199199

200200
functional_test.info: test_bitcoin_filtered.info
201-
-@TIMEOUT=15 test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS)
201+
@TIMEOUT=15 test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS)
202202
$(LCOV) -c $(LCOV_OPTS) -d $(abs_builddir)/src --t functional-tests -o $@
203203
$(LCOV) -z $(LCOV_OPTS) -d $(abs_builddir)/src
204204

0 commit comments

Comments
 (0)