diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 13:46:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 13:46:56 -0300 |
commit | 95e52c13876590e4f15032216cd73a6e9d28b801 (patch) | |
tree | a2e9076efbb2514f7ae6cb8f8d27b0df26676903 /.tools | |
parent | 2fe4dd5ee0974ce1a639b5cd5f0ad156b51685c0 (diff) | |
download | clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.tar.gz clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.tar.bz2 clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.tar.xz clientdata-95e52c13876590e4f15032216cd73a6e9d28b801.zip |
Fix the bug, and move testxml from silent to stfu
Stop polluting my pipeline %%e
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 c813ef86..13985d46 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -22,7 +22,7 @@ if [[ -n "${RES}" ]]; then fi echo >../../clientdata/shared/error.log -./testxml.py silent |grep -v "Checking" >../../clientdata/shared/error.log +./testxml.py stfu >../../clientdata/shared/error.log res="$?" cat ../../clientdata/shared/error.log if [ "$res" != 0 ]; then |