[tor-bugs] #14185 [Tor]: Make src/test/test-network.sh and friends handle out-of-tree builds

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jan 13 00:18:58 UTC 2015


#14185: Make src/test/test-network.sh and friends handle out-of-tree builds
------------------------+--------------------------------
     Reporter:  teor    |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:
    Component:  Tor     |    Version:  Tor: 0.2.6.2-alpha
   Resolution:          |   Keywords:  easy chutney
Actual Points:          |  Parent ID:
       Points:          |
------------------------+--------------------------------

Old description:

> Make src/test/test-network.sh handle out-of-tree builds by removing the
> assumption that we will always be in the tor directory when building.
>
> Add code to src/test/test-network.sh like:
> {{
> TOR_PATH="`dirname $0`/../or/tor"
> }}
>
> A similar change was made to src/test/zero_length_keys.sh in #13111.
>
> Review other scripts to see if they have the same issue.

New description:

 Make src/test/test-network.sh handle out-of-tree builds by removing the
 assumption that we will always be in the tor directory when building.

 Add code to src/test/test-network.sh like:
 {{{
 TOR_PATH="`dirname $0`/../or/tor"
 }}}

 A similar change was made to src/test/zero_length_keys.sh in #13111.

 Review other scripts to see if they have the same issue.

--

Comment (by teor):

 teor needs to learn to count to 3 {'s

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14185#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list