commit 6e36b654755592c45b581d3607be13b3d53d8d90
parent 5e6ed1065b747124838385d89629a895a8e01806
Author: David Goulet <dgoulet@torproject.org>
Date: Mon, 4 Apr 2022 10:11:53 -0400
Merge branch 'tor-gitlab/mr/557'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"