summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-02-23 00:55:19 +0100
committerFedja Beader <fedja@protonmail.ch>2024-02-23 00:55:33 +0100
commitdaf50d5dd647a9a4ac5c641d0ab5f6d7051eede2 (patch)
tree80ffc1596cd1fbc3318ab0877c6bc83944123e33
parent29441642d60a08f67dc7927a6d9d4e0d6414efc5 (diff)
downloadclientdata-specing-fix-ci.tar.gz
clientdata-specing-fix-ci.tar.bz2
clientdata-specing-fix-ci.tar.xz
clientdata-specing-fix-ci.zip
Fix the single line error spamspecing-fix-ci
-rwxr-xr-x.tools/testxml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh
index a0dc16b3..9982554b 100755
--- a/.tools/testxml.sh
+++ b/.tools/testxml.sh
@@ -16,7 +16,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