Author: aconway
Date: Wed Jun 18 21:03:08 2014
New Revision: 1603635

URL: http://svn.apache.org/r1603635
Log:
NO-JIRA: Add source tools directory to run.py.in environment.

Modified:
    qpid/dispatch/trunk/tests/run.py.in

Modified: qpid/dispatch/trunk/tests/run.py.in
URL: 
http://svn.apache.org/viewvc/qpid/dispatch/trunk/tests/run.py.in?rev=1603635&r1=1603634&r2=1603635&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/run.py.in (original)
+++ qpid/dispatch/trunk/tests/run.py.in Wed Jun 18 21:03:08 2014
@@ -57,6 +57,7 @@ env_vars = {
     'PATH': os.pathsep.join(dedup(["${CMAKE_BINARY_DIR}",
                                    os.path.join("${CMAKE_BINARY_DIR}", 
'tests'),
                                    os.path.join("${CMAKE_BINARY_DIR}", 
'router'),
+                                   os.path.join("${CMAKE_SOURCE_DIR}", 
'tools'),
                                    os.path.join("${CMAKE_BINARY_DIR}", 
'tools'),
                                    os.path.join("${CMAKE_SOURCE_DIR}", 'bin')] 
+
                                   os.environ['PATH'].split(os.pathsep))),



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to