Skip to content
Snippets Groups Projects
Commit aa2c93b9 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a pair of typos in ci-driver.sh.

parent 8a0f530a
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ fi
uname -a
python -V || echo "no 'python' binary."
python3 -V || echo "no 'pythone' binary."
python3 -V || echo "no 'python3' binary."
show_git_version Tor "${CI_SRCDIR}"
if [[ "${STEM}" = "yes" ]]; then
......@@ -378,7 +378,7 @@ if [[ "${CHECK}" = "yes" ]]; then
hooray "make check has succeeded."
else
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"
fi
end_section "Check"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment