You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2013/10/10 22:01:11 UTC

svn commit: r1531089 - /qpid/trunk/qpid/extras/dispatch/tests/system_tests_one_router.py

Author: tross
Date: Thu Oct 10 20:01:11 2013
New Revision: 1531089

URL: http://svn.apache.org/r1531089
Log:
NO-JIRA - Added missing change from last commit.

Modified:
    qpid/trunk/qpid/extras/dispatch/tests/system_tests_one_router.py

Modified: qpid/trunk/qpid/extras/dispatch/tests/system_tests_one_router.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/tests/system_tests_one_router.py?rev=1531089&r1=1531088&r2=1531089&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/tests/system_tests_one_router.py (original)
+++ qpid/trunk/qpid/extras/dispatch/tests/system_tests_one_router.py Thu Oct 10 20:01:11 2013
@@ -29,7 +29,7 @@ class RouterTest(unittest.TestCase):
       if 'CTEST_SOURCE_DIR' not in os.environ:
         raise Exception("Environment variable 'CTEST_SOURCE_DIR' not set")
       srcdir = os.environ['CTEST_SOURCE_DIR']
-      self.router = subprocess.Popen(['../router/dispatch-router', '-c', '%s/onerouter.conf' % srcdir],
+      self.router = subprocess.Popen(['../router/dispatch-router', '-c', '%s/config-1/A.conf' % srcdir],
                                      stderr=subprocess.PIPE, stdout=subprocess.PIPE)
       time.sleep(1)
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org