diff options
| author | Alan Conway <aconway@apache.org> | 2010-05-06 18:53:29 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-05-06 18:53:29 +0000 |
| commit | 5bee9733abc18405f6e4f8e059e7fd1487b5ae38 (patch) | |
| tree | 795db232ebe1ef2dfaf8088cfd793dbaa417332a /qpid/cpp/src/tests | |
| parent | 041f826462375ae24c0c0feec603b8f6b33453fe (diff) | |
| download | qpid-python-5bee9733abc18405f6e4f8e059e7fd1487b5ae38.tar.gz | |
Correct brokertest.retry logic.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 1faed16173..6133fc2e49 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -370,7 +370,7 @@ EXTRA_DIST+= \ check-long: $(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND= -check: python_prep +check: python_prep test_env.sh PYTHON_SRC_DIR=$(abs_srcdir)/../../../python PYTHON_BLD_DIR=$(abs_builddir)/python |
