qa: update 660 to generate index.html, fixing pcp-testsuite runs
[pcp.git] / qa / 386
bloba6a740a36bd4de435320026684ac5ed63175f63f
1 #!/bin/sh
2 # PCP QA Test No. 386
3 # Run pducheck using valgrind (see also 284)
5 # Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 # get standard filters
12 . ./common.product
13 . ./common.filter
14 . ./common.check
16 _check_valgrind
18 status=0 # success is the default!
19 $sudo rm -rf $tmp.* $seq.full
20 trap "rm -rf $tmp.*; exit \$status" 0 1 2 3 15
22 # real QA test starts here
24 _run_valgrind src/pducheck
26 # all done
27 exit