mirror of https://gitee.com/openkylin/sysstat.git
7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
|
. tests/variables
|
||
|
if [ ! -z "$VER_JSON" ]; then
|
||
|
./sadf -j tests/data.tmp -C -- -A | $VER_JSON >/dev/null && ./sadf -j tests/data.tmp | $VER_JSON >/dev/null && ./sadf -t -j tests/data.tmp | $VER_JSON >/dev/null
|
||
|
else
|
||
|
echo Skipped
|
||
|
fi
|