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