summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-10-08 23:47:19 +0000
committerFedja Beader <fedja@protonmail.ch>2024-10-08 23:47:19 +0000
commitc8eb0a0839b3ba6be94383f90d583c7d13f5b1ea (patch)
tree113220f0c8889a52db512399aeda51177add15e2
parenteee4191b685cca0d8ca734d33a1669c2e163b23a (diff)
downloadclientdata-c8eb0a0839b3ba6be94383f90d583c7d13f5b1ea.tar.gz
clientdata-c8eb0a0839b3ba6be94383f90d583c7d13f5b1ea.tar.bz2
clientdata-c8eb0a0839b3ba6be94383f90d583c7d13f5b1ea.tar.xz
clientdata-c8eb0a0839b3ba6be94383f90d583c7d13f5b1ea.zip
Fix the single line error spam (but not the errors themselves)
(Sync with TMW) legacy/clientdata!643 **** ml/clientdata!170
-rwxr-xr-x.tools/testxml.sh2
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