diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-04-30 21:11:51 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-04-30 21:11:51 +0000 |
| commit | acd7beaa10bac4318143110f3e4cf9050edb9b96 (patch) | |
| tree | f795a610c7dd5b1635f9951146a3c03475afc2ed /qpid/cpp/src/tests/quick_topictest | |
| parent | 3259c3b084ee104f4773e5e9e7f06c756907bfc1 (diff) | |
| download | qpid-python-acd7beaa10bac4318143110f3e4cf9050edb9b96.tar.gz | |
Help more tests run
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@770447 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/quick_topictest')
| -rwxr-xr-x | qpid/cpp/src/tests/quick_topictest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/quick_topictest b/qpid/cpp/src/tests/quick_topictest index 5e7d85849f..0a6b29b33f 100755 --- a/qpid/cpp/src/tests/quick_topictest +++ b/qpid/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 |
