diff options
Diffstat (limited to '.tools')
-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 1c7b7409..88d7ccc6 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 |