mirror of https://gitee.com/openkylin/sysstat.git
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
![]() |
. tests/variables
|
||
|
if [ ! -z "$VER_XML" ]; then
|
||
|
export LC_ALL=C
|
||
|
cat tests/data-12.0.1.xml | $VER_XML --schema xml/sysstat.xsd - >/dev/null
|
||
|
else
|
||
|
echo Skipped
|
||
|
fi
|