From 769b7cd25383477d3b4947691edc727743c0f9f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Apr 2016 17:41:41 +0300 Subject: Add scripts for add wrappers for fix gitlab network errors. --- .tools/testxml.sh | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 .tools/testxml.sh (limited to '.tools/testxml.sh') diff --git a/.tools/testxml.sh b/.tools/testxml.sh new file mode 100755 index 00000000..0e5f5b5a --- /dev/null +++ b/.tools/testxml.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +source ./tools/gitlab-ci/init.sh + +clientdata_init + +aptget_update +aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python python-pyvorbis python-ogg python-pil +gitclone https://gitlab.com/evol/evol-tools.git tools + +cd tools/testxml + +./xsdcheck.sh +export RES=$(cat errors.txt) +if [[ -n "${RES}" ]]; then + echo "xml check failed" >../../clientdata/shared/error.log + echo ${RES} >>../../clientdata/shared/error.log + cat ../../clientdata/shared/error.log + exit 1 +fi + +echo >../../clientdata/shared/error.log +./testxml.py silent >../../clientdata/shared/error.log +if [ "$?" != 0 ]; then + echo "test xml error" + cat ../../clientdata/shared/error.log + exit 1 +fi + +echo >../../clientdata/shared/error.log -- cgit v1.2.3-70-g09d2