diff options
| author | Justin Ross <jross@apache.org> | 2016-04-21 22:29:16 +0000 |
|---|---|---|
| committer | Justin Ross <jross@apache.org> | 2016-04-21 22:29:16 +0000 |
| commit | aa92704be9e608a3437858ce9e9ced9a22e49f1f (patch) | |
| tree | f5e2aa553fc0782694ea4d30b7ecc2a30ecc50d0 /qpid/cpp/src/tests/run_interlink_tests | |
| parent | c1370cebea3c565bb87bd8119b902703680a71a7 (diff) | |
| download | qpid-python-aa92704be9e608a3437858ce9e9ced9a22e49f1f.tar.gz | |
QPID-7207: Use Python 2.6 compatible string formats
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1740424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_interlink_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/run_interlink_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_interlink_tests b/qpid/cpp/src/tests/run_interlink_tests index 2505d1e1f8..f7d8bb8589 100755 --- a/qpid/cpp/src/tests/run_interlink_tests +++ b/qpid/cpp/src/tests/run_interlink_tests @@ -21,6 +21,6 @@ from common import * -call("qpid-python-test -m interlink_tests -DOUTDIR={}", WORK_DIR) +call("qpid-python-test -m interlink_tests -DOUTDIR={0}", WORK_DIR) check_results() |
