mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'maint-0.4.3' into maint-0.4.4
This commit is contained in:
commit
673d02bdb0
@ -257,7 +257,7 @@ fi
|
|||||||
|
|
||||||
uname -a
|
uname -a
|
||||||
python -V || echo "no 'python' binary."
|
python -V || echo "no 'python' binary."
|
||||||
python3 -V || echo "no 'pythone' binary."
|
python3 -V || echo "no 'python3' binary."
|
||||||
|
|
||||||
show_git_version Tor "${CI_SRCDIR}"
|
show_git_version Tor "${CI_SRCDIR}"
|
||||||
if [[ "${STEM}" = "yes" ]]; then
|
if [[ "${STEM}" = "yes" ]]; then
|
||||||
@ -378,7 +378,7 @@ if [[ "${CHECK}" = "yes" ]]; then
|
|||||||
hooray "make check has succeeded."
|
hooray "make check has succeeded."
|
||||||
else
|
else
|
||||||
error "Here are the contents of the test suite output:"
|
error "Here are the contents of the test suite output:"
|
||||||
runcmd cat test_suite.log || true
|
runcmd cat test-suite.log || true
|
||||||
FAILED_TESTS="${FAILED_TESTS} check"
|
FAILED_TESTS="${FAILED_TESTS} check"
|
||||||
fi
|
fi
|
||||||
end_section "Check"
|
end_section "Check"
|
||||||
|
Loading…
Reference in New Issue
Block a user