[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 02:34:10 UTC 2015


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

 * status:  new => needs_revision


Comment:

 I see.

 Do we need to use `$(top_srcdir)` twice in these lines:

 {{{
         ./src/test/test-bt-cl assert | $(PYTHON)
 $(top_srcdir)/src/test/bt_test.py
         ./src/test/test-bt-cl crash | $(PYTHON)
 $(top_srcdir)/src/test/bt_test.py
 }}}

 Becomes:

 {{{
         $(top_srcdir)/src/test/test-bt-cl assert | $(PYTHON)
 $(top_srcdir)/src/test/bt_test.py
         $(top_srcdir)/src/test/test-bt-cl crash | $(PYTHON)
 $(top_srcdir)/src/test/bt_test.py
 }}}

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


More information about the tor-bugs mailing list