Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 891
blobf66c428a6defc3c25562db874b8272123c4df89f
1 #!/bin/sh
2 # PCP QA Test No. 891
3 # Check pmSemStr
5 # Copyright (c) 2016 Red Hat Inc. All Rights Reserved.
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=0 # success is the default!
17 $sudo rm -rf $tmp.* $seq.full
18 trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
20 # real QA test starts here
21 src/semstr
23 # success, all done
24 exit