diff options
author | Gordon Sim <gsim@apache.org> | 2008-02-19 16:02:25 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-02-19 16:02:25 +0000 |
commit | 321153d64eccde228d4dd8d9c9833e2b259d8c05 (patch) | |
tree | b389cffb773fa032be18c68772acc6b78cbabde9 /cpp/tests/run-python-tests | |
parent | 4351730550bc48c4237de4e616f8e420e084c081 (diff) | |
download | qpid-python-321153d64eccde228d4dd8d9c9833e2b259d8c05.tar.gz |
Moved c++ to 0-9, based on a spec file with all the WIP stuff removed manually to avoid having to tinker with generator to exclude it.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@629137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/run-python-tests')
-rwxr-xr-x | cpp/tests/run-python-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/run-python-tests b/cpp/tests/run-python-tests index 5148f644eb..e2e45f9ea9 100755 --- a/cpp/tests/run-python-tests +++ b/cpp/tests/run-python-tests @@ -41,7 +41,7 @@ sleep 4 # Run the tests. ( cd $abs_srcdir/../../python \ - && python ./run-tests -v -I cpp_failing.txt ) || fail=1 + && python ./run-tests -v -I cpp_failing.txt -s ../specs/amqp.0-9.no-wip.xml ) || fail=1 kill $pid || { echo FAIL: process already died; cat log; fail=1; } |