diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 15:25:48 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 21:00:57 +0200 |
commit | cd6366ca1adc576046134de66cb0ac7612712bbb (patch) | |
tree | 9664a09a4e40bc05847d113231a9ed7d3ef9a5fd | |
parent | beab794779f8ed64c0c47158b91b47315c3daf8e (diff) | |
download | clientdata-cd6366ca1adc576046134de66cb0ac7612712bbb.tar.gz clientdata-cd6366ca1adc576046134de66cb0ac7612712bbb.tar.bz2 clientdata-cd6366ca1adc576046134de66cb0ac7612712bbb.tar.xz clientdata-cd6366ca1adc576046134de66cb0ac7612712bbb.zip |
Test again without Revert "Turn up the verbosity"
This reverts commit 0ebe2df5b95511979d1920d647a0a520541aa3b1.
-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 88d7ccc6..1c7b7409 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -24,7 +24,7 @@ if [[ -n "${RES}" ]]; then fi echo >../../clientdata/shared/error.log -./testxml.py >../../clientdata/shared/error.log +./testxml.py stfu >../../clientdata/shared/error.log res="$?" cat ../../clientdata/shared/error.log if [ "$res" != 0 ]; then |