diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-12 17:13:35 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 21:00:56 +0200 |
commit | 1b078096d2738dec0e7dbc73fec37c1d705fc614 (patch) | |
tree | 5f87bd3e3f773b7f43e41243d060abfb5d5a0908 | |
parent | ed4d3b88014b2697cb17681db4baccacae8c4b59 (diff) | |
download | clientdata-1b078096d2738dec0e7dbc73fec37c1d705fc614.tar.gz clientdata-1b078096d2738dec0e7dbc73fec37c1d705fc614.tar.bz2 clientdata-1b078096d2738dec0e7dbc73fec37c1d705fc614.tar.xz clientdata-1b078096d2738dec0e7dbc73fec37c1d705fc614.zip |
Turn up the verbosity
-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 3f5f445c..d5967a77 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 stfu >../../clientdata/shared/error.log +./testxml.py >../../clientdata/shared/error.log res="$?" cat ../../clientdata/shared/error.log if [ "$res" != 0 ]; then |