diff options
author | Gordon Sim <gsim@apache.org> | 2008-04-24 21:07:34 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-04-24 21:07:34 +0000 |
commit | 18993656fb8578b58c5ae6ee96fac998914bf209 (patch) | |
tree | a1aa561df4a25fa6d5e633de1ad303c2170c4044 /qpid/cpp/src/tests/python_tests | |
parent | 92b42a12235a27887b6955b04983489af9334de3 (diff) | |
download | qpid-python-18993656fb8578b58c5ae6ee96fac998914bf209.tar.gz |
Generate c++ code from final 0-10 spec
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651423 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/python_tests')
-rwxr-xr-x | qpid/cpp/src/tests/python_tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/python_tests b/qpid/cpp/src/tests/python_tests index ce6b1f3810..e4b70f5ff5 100755 --- a/qpid/cpp/src/tests/python_tests +++ b/qpid/cpp/src/tests/python_tests @@ -14,7 +14,6 @@ run() { if test -d ${PYTHON_DIR} ; then cd ${PYTHON_DIR} run 0-10-errata cpp_failing_0-10.txt - if test -z "$QPID_NO_PREVIEW" ; then run ../specs/amqp.0-10-preview.xml cpp_failing_0-10_preview.txt; fi else echo Warning: python tests not found. fi |