diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-27 20:36:37 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-27 20:36:39 -0400 |
commit | 5352d14b3796d9e672a20ada8f7613a70fe448f4 (patch) | |
tree | 59a276a41911705d61377bbc9f1d417dbdf9ddbb | |
parent | 8bdb2134fc800bcab7f21d76d56195d3785fea8c (diff) | |
parent | fac24dea00c54fe1e2dcc7625bb65ada8b97ac0c (diff) |
Merge #18778: ci: Run functional tests on mac again
fac24dea00c54fe1e2dcc7625bb65ada8b97ac0c ci: Run functional tests on mac again (MarcoFalke)
Pull request description:
ACKs for top commit:
hebasto:
ACK fac24dea00c54fe1e2dcc7625bb65ada8b97ac0c, verified travis build log.
Tree-SHA512: 406282a7ac03e5c193830b727366c7b1350639f1850aff951bf7ddd4b0c3e3ffb396b950ccb3a64ddc59500fa2739766f3c34806b4d144bc4535bb2bd765b959
-rw-r--r-- | ci/test/00_setup_env_mac_host.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh index 67fbd1438a..9ef4ba038f 100644 --- a/ci/test/00_setup_env_mac_host.sh +++ b/ci/test/00_setup_env_mac_host.sh @@ -8,8 +8,6 @@ export LC_ALL=C.UTF-8 export HOST=x86_64-apple-darwin16 export PIP_PACKAGES="zmq" -export RUN_UNIT_TESTS=true -export RUN_FUNCTIONAL_TESTS=false export GOAL="install" export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --enable-werror" # Run without depends |