Index: qa/315 =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ qa/315 2007-03-21 08:51:06.452486500 +1100 @@ -0,0 +1,66 @@ +#! /bin/sh +# PCP QA Test No. 315 +# exercise pmie log compression thru pmie_daily +# +# Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved. +# Portions Copyright (c) 2007 Aconex. All Rights Reserved. +# +# creator +owner=nathans + +seq=`basename $0` +echo "QA output created by $seq" + +# get standard environment, filters and checks +. ./common.filter + +tmp=/tmp/$$ +sudo=`pwd`/sudo + +_cleanup() +{ + [ -d $tmp.distdir ] && rm -fr $tmp.distdir + [ -d $tmp.relaydir ] && rm -fr $tmp.relaydir + rm -f $tmp.* +} + +status=1 # failure is the default! +trap "_cleanup; exit \$status" 0 1 2 3 15 + +# create test control file, directories and populate with dummy logfiles +cat >$tmp.ctl<