pmrep: update TODO, man page
[pcp.git] / qa / 284
blobf25e442b4238fc82000671dd10f2f3828f2a2654
1 #! /bin/sh
2 # PCP QA Test No. 284
3 # Run pducheck using purify (see also 386)
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_purify src/pducheck
18 status=1 # failure is the default!
19 trap "cd; rm -rf $tmp; exit \$status" 0 1 2 3 15
21 # real QA test starts here
23 _setup_purify src/pducheck
24 _run_purify
26 # all done
27 status=0
28 exit