Commit 6e36b654 authored by David Goulet's avatar David Goulet 🐼
Browse files

Merge branch 'tor-gitlab/mr/557'

parents 5e6ed106 802baa8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -442,7 +442,7 @@ if [[ "${CHUTNEY}" = "yes" ]]; then
        runcmd "${CHUTNEY_PATH}"/tools/diagnostics.sh || true
        runcmd "${CHUTNEY_PATH}"/tools/diagnostics.sh || true
        # XXXX These next two should be part of a make target.
        # XXXX These next two should be part of a make target.
        runcmd ls test_network_log || true
        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"
        FAILED_TESTS="${FAILED_TESTS} chutney"
    fi
    fi
    end_section "Chutney"
    end_section "Chutney"