HomePhabricator

Allow setting an env variable to skip tests in build.sh

Description

Allow setting an env variable to skip tests in build.sh

Summary:
This makes it easy to reuse the build.sh script for IBD without re-running the tests, saving us 20-30 minutes.
Complete test coverage would continue to be covered in other parts of the build pipeline.

Test Plan:
./build.sh # builds and runs tests
DISABLE_TESTS=1 ./build.sh # builds but skips tests

Reviewers: deadalnix, Fabien, #bitcoin_abc

Reviewed By: Fabien, #bitcoin_abc

Subscribers: schancel

Differential Revision: https://reviews.bitcoinabc.org/D2752

Details

Provenance
jasonbcoxAuthored on Mar 28 2019, 22:53
jasonbcoxPushed on Mar 29 2019, 16:23
Reviewer
Restricted Project
Differential Revision
D2752: Allow setting an env variable to skip tests in build.sh
Parents
rABC4e4fb6e1bb28: [Part 2 of 5] Add a CChainState class to clarify internal interfaces
Branches
Unknown
Tags
Unknown