summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-24 13:18:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-24 13:18:06 -0300
commit2fe4dd5ee0974ce1a639b5cd5f0ad156b51685c0 (patch)
tree4d1238fe81ebb3a527e3fc89667d24ba376107c8 /.tools
parent950b86fe7e7a10416cc98b0c3946354faba7e168 (diff)
downloadclientdata-2fe4dd5ee0974ce1a639b5cd5f0ad156b51685c0.tar.gz
clientdata-2fe4dd5ee0974ce1a639b5cd5f0ad156b51685c0.tar.bz2
clientdata-2fe4dd5ee0974ce1a639b5cd5f0ad156b51685c0.tar.xz
clientdata-2fe4dd5ee0974ce1a639b5cd5f0ad156b51685c0.zip
Pipelines got useless, change their rule to omit useless stuff and try to make 'em useful.
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/testxml.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh
index 7296f759..c813ef86 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 >../../clientdata/shared/error.log
+./testxml.py silent |grep -v "Checking" >../../clientdata/shared/error.log
res="$?"
cat ../../clientdata/shared/error.log
if [ "$res" != 0 ]; then