diff options
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 d0e552ce..7094d26d 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -23,9 +23,9 @@ fi echo >../../clientdata/shared/error.log ./testxml.py silent >../../clientdata/shared/error.log +cat ../../clientdata/shared/error.log if [ "$?" != 0 ]; then echo "test xml error" - cat ../../clientdata/shared/error.log exit 1 fi |