[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs