mirror of https://gitee.com/openkylin/sysstat.git
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
|
. tests/variables
|
||
|
if [ "$HAVE_PCP" = "y" ]; then
|
||
|
rm -f tests/pcpar.*
|
||
|
LC_ALL=C ./sadf -l -O pcparchive=tests/pcpar tests/data.tmp -C -- -A
|
||
|
else
|
||
|
echo Skipped
|
||
|
fi
|