Revert "revert RUN cat bitcoind_debug.log"

This reverts commit af6e8733a5.
This commit is contained in:
Don
2022-11-03 10:03:11 -07:00
parent af6e8733a5
commit 014f0fdad7

View File

@@ -6,6 +6,8 @@ ENV BITCOIND_TEST 1
RUN cargo build && \
cargo test -- --test-threads 1 --ignored "$test_name"
RUN cat bitcoind_debug.log
RUN grcov . --binary-path ../../target/debug/ -s ../.. -t lcov --branch --ignore-not-existing --ignore "/*" -o /lcov.info
FROM scratch AS export-stage