pmrep: update TODO, man page
[pcp.git] / qa / 1021
blob2b842e66ca3940cd9deb8892e2bf0b0bb30fb94c
1 #!/bin/sh
2 # PCP QA Test No. 1021
3 # Check PMC handles host to archive mapping with multiple groups
5 seq=`basename $0`
6 echo "QA output created by $seq"
8 status=1 # failure is the default!
9 . ./common.qt
10 trap "_cleanup_qt; exit \$status" 0 1 2 3 15
12 [ -x qt/qmc_hosts/qmc_hosts ] || _notrun "qmc_hosts not built or installed"
14 # real QA test starts here
16 qt/qmc_hosts/qmc_hosts -DPMC 2>&1 \
17 | sed -e 's/: Line [0-9][0-9]*/: Line <N>/'
18 status=$?
19 exit