From 4abbf4b531c2c5332801aefabf616f9da2202f07 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Sat, 17 Mar 2007 00:18:26 +0000 Subject: * python/qpid/testlib.py: - fix testlib ops to use 0-8 or 0-9 classes as appropriate. - fix bug in arg parsing of specfile. * cpp/tests/run-python-tests: Fix scripting bug that gave a OK build result even if there were python failures. * cpp/gen: svn:ignore all generated source and Makefile. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@519194 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/run-python-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/tests/run-python-tests b/cpp/tests/run-python-tests index d9b78e1055..de57553bfc 100755 --- a/cpp/tests/run-python-tests +++ b/cpp/tests/run-python-tests @@ -18,7 +18,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 ) || fail=1 kill $pid || { echo FAIL: process already died; cat log; fail=1; } -- cgit v1.2.1