diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-03-20 10:48:13 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-03-22 10:12:40 -0400 |
commit | fa92af5af39a08982f785542df5419d6d5a4706d (patch) | |
tree | 117d46929be4f094b689d4c4a383a0dc18e69942 /ci | |
parent | fa01febeaf801bade77a613e64f18b556ae16d86 (diff) |
ci: Run feature_block and feature_abortnode in valgrind
Diffstat (limited to 'ci')
-rw-r--r-- | ci/test/00_setup_env_native_valgrind.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/test/00_setup_env_native_valgrind.sh b/ci/test/00_setup_env_native_valgrind.sh index f112aa87f9..2a7b32cefc 100644 --- a/ci/test/00_setup_env_native_valgrind.sh +++ b/ci/test/00_setup_env_native_valgrind.sh @@ -10,7 +10,6 @@ export CONTAINER_NAME=ci_native_valgrind export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev" export USE_VALGRIND=1 export NO_DEPENDS=1 -export TEST_RUNNER_EXTRA="--exclude feature_abortnode,feature_block,rpc_bind" # Excluded for now -export RUN_FUNCTIONAL_TESTS=true +export TEST_RUNNER_EXTRA="--exclude rpc_bind" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547 export GOAL="install" export BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no CC=clang CXX=clang++" # TODO enable GUI |