summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-18 00:54:14 +0000
committerAlan Conway <aconway@apache.org>2008-04-18 00:54:14 +0000
commiteed799bb4546e726aa0de84b98926dc13f88e673 (patch)
treea69f15a5d5010e4a57ac4a457aeb1418026cf2de /qpid/cpp/src/tests
parent1b4a961ec807e5e61cd232b08020a935a4f76f4c (diff)
downloadqpid-python-eed799bb4546e726aa0de84b98926dc13f88e673.tar.gz
src/tests/python_tests: fix exit status if QPID_NO_PREVIEW is set.
src/qpid/framing/AMQFrame.h: frame header setters/getters with 0-10 naming. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@649339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rwxr-xr-xqpid/cpp/src/tests/python_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/python_tests b/qpid/cpp/src/tests/python_tests
index b7e389dbb2..0e7b494896 100755
--- a/qpid/cpp/src/tests/python_tests
+++ b/qpid/cpp/src/tests/python_tests
@@ -12,7 +12,7 @@ run() {
if test -d ../../../python ; then
cd ../../../python
run 0-10-errata cpp_failing_0-10.txt
- test -z "$QPID_NO_PREVIEW" && run ../specs/amqp.0-10-preview.xml cpp_failing_0-10_preview.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