We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea45967 + 9218ce8 commit b4ad4c0Copy full SHA for b4ad4c0
Makefile.am
@@ -198,7 +198,7 @@ test_bitcoin_filtered.info: test_bitcoin.info
198
$(LCOV) -a $@ $(LCOV_OPTS) -o $@
199
200
functional_test.info: test_bitcoin_filtered.info
201
- -@TIMEOUT=15 test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS)
+ @TIMEOUT=15 test/functional/test_runner.py $(EXTENDED_FUNCTIONAL_TESTS)
202
$(LCOV) -c $(LCOV_OPTS) -d $(abs_builddir)/src --t functional-tests -o $@
203
$(LCOV) -z $(LCOV_OPTS) -d $(abs_builddir)/src
204
0 commit comments