Page MenuHomePhabricator

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

Authored by jasonbcox on Mar 28 2019, 23:14.

Details

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

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable