diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:38:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-25 18:38:36 +0300 |
commit | 69ca3f3bc6380e237a09c95d6c59413b8cc8a082 (patch) | |
tree | b07fa4d0fc9d53859ecad819982e54b244e14cff /.tools/testxml.sh | |
parent | a2b04fbd387c6e50210c02decb04548745e5a959 (diff) | |
download | clientdata-69ca3f3bc6380e237a09c95d6c59413b8cc8a082.tar.gz clientdata-69ca3f3bc6380e237a09c95d6c59413b8cc8a082.tar.bz2 clientdata-69ca3f3bc6380e237a09c95d6c59413b8cc8a082.tar.xz clientdata-69ca3f3bc6380e237a09c95d6c59413b8cc8a082.zip |
Fix check_error function.
Diffstat (limited to '.tools/testxml.sh')
-rwxr-xr-x | .tools/testxml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh index c56dbd6f..d28dffb6 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -11,7 +11,7 @@ gitclone https://gitlab.com/evol/evol-tools.git tools cd tools/testxml ./xsdcheck.sh -check_error +check_error $? export RES=$(cat errors.txt) if [[ -n "${RES}" ]]; then echo "xml check failed" >../../clientdata/shared/error.log |