qa: update 660 to generate index.html, fixing pcp-testsuite runs
[pcp.git] / qa / 701
blobfda63415a66c2d70fae165e6fd51592b15bb2e42
1 #!/bin/sh
2 # PCP QA Test No. 701
3 # Exercise fix for pmlogcheck segv with certain inputs.
5 # Copyright (c) 2014 Red Hat.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 # get standard environment, filters and checks
12 . ./common.product
13 . ./common.filter
14 . ./common.check
16 status=1 # failure is the default!
17 $sudo rm -rf $tmp.* $seq.full
18 trap "cd $here; rm -rf $tmp.*; exit \$status" 0 1 2 3 15
20 # real QA test starts here
21 pmlogcheck $here/archives/ace_v2
22 echo "Silence is golden"
24 # success, all done
25 status=0
26 exit