diff options
author | fanquake <fanquake@gmail.com> | 2020-03-26 11:38:24 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-06-16 19:52:30 +0800 |
commit | 968aaae940b064f21eddee6bb461aa08f777544c (patch) | |
tree | 819379771f8e45169abf97c32be97829f5b9f90b /ci/test/00_setup_env_native_qt5.sh | |
parent | 0afbeb73ccb7523794e1e4a3422607c4423d1048 (diff) |
tests: run test-security-check.py in CI
Diffstat (limited to 'ci/test/00_setup_env_native_qt5.sh')
-rw-r--r-- | ci/test/00_setup_env_native_qt5.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_native_qt5.sh b/ci/test/00_setup_env_native_qt5.sh index fa07990756..496251a125 100644 --- a/ci/test/00_setup_env_native_qt5.sh +++ b/ci/test/00_setup_env_native_qt5.sh @@ -10,6 +10,7 @@ export CONTAINER_NAME=ci_native_qt5 export PACKAGES="python3-zmq qtbase5-dev qttools5-dev-tools libdbus-1-dev libharfbuzz-dev" export DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1 ALLOW_HOST_PACKAGES=1" export TEST_RUNNER_EXTRA="--previous-releases --coverage --extended --exclude feature_dbcrash" # Run extended tests so that coverage does not fail, but exclude the very slow dbcrash +export RUN_SECURITY_TESTS="true" export RUN_UNIT_TESTS_SEQUENTIAL="true" export RUN_UNIT_TESTS="false" export GOAL="install" |