diff options
-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 f3beb36a..8fd3d5b7 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -17,7 +17,7 @@ check_error $? export RES=$(cat errors.txt) if [[ -n "${RES}" ]]; then echo "xml check failed" >../../clientdata/shared/error.log - echo ${RES} >>../../clientdata/shared/error.log + cat errors.txt >>../../clientdata/shared/error.log cat ../../clientdata/shared/error.log exit 1 fi |