aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-12 09:38:19 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-12 11:29:46 -0400
commitfe0e62ddc40a59d4f138d53840a2919e9aac7b4d (patch)
tree5c7382ca19e4196d236c6c1e856ec6e47d530a73 /scripts
parent8182f1351a9f48cfb370da4f6fb61bb69732c211 (diff)
downloadtor-fe0e62ddc40a59d4f138d53840a2919e9aac7b4d.tar.gz
tor-fe0e62ddc40a59d4f138d53840a2919e9aac7b4d.zip
CI: Try to enable integration tests, hardening, and clang.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci-driver.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index ad08ee5af0..05c1415da0 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -411,10 +411,13 @@ fi
if [[ "${CHUTNEY}" = "yes" ]]; then
start_section "Chutney"
+ export CHUTNEY_TOR_SANDBOX=0
+ export CHUTNEY_ALLOW_FAILURES=2
if runcmd make "${CHUTNEY_MAKE_TARGET}"; then
hooray "Chutney tests have succeeded"
else
error "Chutney says:"
+ export CHUTNEY_DATA_DIR="${CHUTNEY_PATH}/net"
runcmd "${CHUTNEY_PATH}"/tools/diagnostics.sh || true
# XXXX These next two should be part of a make target.
runcmd ls test_network_log || true