diff options
| author | Ted Ross <tross@apache.org> | 2013-10-10 20:01:11 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-10-10 20:01:11 +0000 |
| commit | 3fb57a88813f6fa7e8d8bb9c85a5383dbc7e2d95 (patch) | |
| tree | 1e278568eb3c29a2315f003e57792c78fe2e7d04 | |
| parent | 1c79906294aa244a41f34613d289296074f37212 (diff) | |
| download | qpid-python-3fb57a88813f6fa7e8d8bb9c85a5383dbc7e2d95.tar.gz | |
NO-JIRA - Added missing change from last commit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1531089 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/extras/dispatch/tests/system_tests_one_router.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/extras/dispatch/tests/system_tests_one_router.py b/qpid/extras/dispatch/tests/system_tests_one_router.py index 28ad9a98d7..c026888c54 100644 --- a/qpid/extras/dispatch/tests/system_tests_one_router.py +++ b/qpid/extras/dispatch/tests/system_tests_one_router.py @@ -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) |
