diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-04-30 21:11:42 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-04-30 21:11:42 +0000 |
| commit | 5fa8c6a18a409879acf00f6620df3038a8b0153a (patch) | |
| tree | ed024cee67da490d822b172706711f294b172872 /cpp/src/tests/quick_topictest | |
| parent | eb7dfacb4683303e3412e62f160078971d496523 (diff) | |
| download | qpid-python-5fa8c6a18a409879acf00f6620df3038a8b0153a.tar.gz | |
Help more tests run
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@770447 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/quick_topictest')
| -rwxr-xr-x | cpp/src/tests/quick_topictest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/quick_topictest b/cpp/src/tests/quick_topictest index 5e7d85849f..0a6b29b33f 100755 --- a/cpp/src/tests/quick_topictest +++ b/cpp/src/tests/quick_topictest @@ -21,7 +21,7 @@ # Quick and quiet topic test for make check. -test -z "$srcdir" && srcdir=. +test -z "$srcdir" && srcdir=`dirname $0` $srcdir/topictest -s2 -m2 -b1 > topictest.log 2>&1 || { echo $0 FAILED: cat topictest.log |
