[tor-bugs] #22366 [Core Tor/Stem]: run_tests.py can't find tor via relative pathname if cwd not the top of the stem tree
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed May 24 20:25:12 UTC 2017
#22366: run_tests.py can't find tor via relative pathname if cwd not the top of the
stem tree
---------------------------+------------------------
Reporter: catalyst | Owner: atagar
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Stem | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: #22301 | Points:
Reviewer: | Sponsor:
---------------------------+------------------------
Comment (by catalyst):
{{{
tlyu at arcadia:~/src/tor$ ../stem/run_tests.py --tor ./src/or/tor --all
--log notice --target RUN_ALL
}}}
now produces several instances of
{{{
Starting /home/tlyu/src/stem/src/or/tor...
failed to start tor: '/home/tlyu/src/stem/src/or/tor' doesn't exist
}}}
which seems to be making some progress.
Given your most recent comment I tried limiting to only
`test.integ.process`, which succeeded, so there is some evidence to
support your hypothesis.
{{{
tlyu at arcadia:~/src/tor$ ../stem/run_tests.py --tor ./src/or/tor --all
--log notice --target RUN_ALL --test test.integ.process
}}}
{{{
50 TESTS WERE SKIPPED
TESTING PASSED (37 seconds)
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22366#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list