summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/quick_topictest
blob: b1e63b9350e3d22ef5cea6f0f9388d29bfdc0a13 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Quick and quiet topic test for make check.
test -z "$srcdir" && srcdir=.
$srcdir/topictest -s2 -m2 -b1 > topictest.log 2>&1 || {
    echo $0 FAILED:
    cat topictest.log
    exit 1
}
rm topictest.log