[tor-bugs] #32705 [Core Tor/Tor]: check-local tries to run test_practracker.sh even if we have no python
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Dec 9 16:43:25 UTC 2019
#32705: check-local tries to run test_practracker.sh even if we have no python
------------------------------+--------------------------------
Reporter: nickm | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone: Tor: 0.4.3.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: 0.1 | Reviewer:
Sponsor: |
------------------------------+--------------------------------
It looks like we have a failure on Jenkins:
https://jenkins.torproject.org/job/tor-ci-linux-
master/ARCHITECTURE=amd64,SUITE=bullseye/4402/consoleFull
It seems like when we `check-practracker-unit-tests`, we try to run it
even when we don't have python installed. Additionally, we don't set the
PYTHON environment variable when we run `check-pracktracker-unit-tests`,
so the script can look for python with the wrong name.
Both of these problems are solved if we remove `check-practracker-unit-
tests`, I believe, since test_practracker.sh is already listed in
TESTSCRIPTS, so we don't acutally need to have it in check-local as we
thought in #32609
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32705>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list