mirror of https://gitee.com/openkylin/sysstat.git
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
|
. tests/variables
|
||
|
if [ ! -z "$VER_XML" ]; then
|
||
|
cat tests/out.data-11.6.5-sadf-x.tmp | $VER_XML --schema xml/sysstat.xsd - >/dev/null
|
||
|
else
|
||
|
echo Skipped
|
||
|
fi
|