[tor-bugs] #11608 [Tor]: The test scripts in src/test require python2.
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sat Apr 26 03:40:13 UTC 2014
#11608: The test scripts in src/test require python2.
---------------------+----------------------------------
Reporter: yawning | Owner:
Type: defect | Status: new
Priority: trivial | Milestone:
Component: Tor | Version: Tor: unspecified
Keywords: | Actual Points:
Parent ID: | Points:
---------------------+----------------------------------
Not sure if this is a build system problem, or a test script problem.
Autoconf will pick `python`, `python2`, `python3` in that order, so the
scripts should be probably be written such that they run with either
`python2` or `python3`, since systems where `python` is `python3` exist.
`PYTHON=python2 ./configure` sidesteps the problem on systems where
`python` is `python3`, but people shouldn't have to do that.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11608>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list