summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2022-04-04 10:11:53 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-04-04 10:11:53 -0400
commit6e36b654755592c45b581d3607be13b3d53d8d90 (patch)
tree7bba6cadc60a3075b52d71d464392de090b38e53
parent5e6ed1065b747124838385d89629a895a8e01806 (diff)
parent802baa8b6bb70e58e8415c48ec518d4a9f5acfa8 (diff)
downloadtor-6e36b654755592c45b581d3607be13b3d53d8d90.tar.gz
tor-6e36b654755592c45b581d3607be13b3d53d8d90.zip
Merge branch 'tor-gitlab/mr/557'
-rwxr-xr-xscripts/ci/ci-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 09696924ba..eea98baae7 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -442,7 +442,7 @@ if [[ "${CHUTNEY}" = "yes" ]]; then
runcmd "${CHUTNEY_PATH}"/tools/diagnostics.sh || true
# XXXX These next two should be part of a make target.
runcmd ls test_network_log || true
- runcmd cat test_network_log || true
+ runcmd head -n -0 test_network_log/* || true
FAILED_TESTS="${FAILED_TESTS} chutney"
fi
end_section "Chutney"