]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a pair of typos in ci-driver.sh.
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 15:03:11 +0000 (11:03 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Aug 2020 15:03:11 +0000 (11:03 -0400)
scripts/ci/ci-driver.sh

index bede68baa892ac4956baa2211a2a3002886dd32f..a675335115f7152258c4259ebe9eff83c93a49dc 100755 (executable)
@@ -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"