diff options
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 |
