From 1b843266c19bbb7fa41bba266774bed05bd24989 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 8 Apr 2016 18:38:42 +0300 Subject: gitlab-ci: fix error reporting about error in xml. --- gitlab-ci/clientdata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-ci/clientdata.sh b/gitlab-ci/clientdata.sh index 1cabb14..1a57cb8 100755 --- a/gitlab-ci/clientdata.sh +++ b/gitlab-ci/clientdata.sh @@ -16,7 +16,7 @@ cd tools/testxml export RES=$(cat errors.txt) if [[ -n "${RES}" ]]; then echo "xml check failed" - exit(1) + exit 1 fi cd ../update -- cgit v1.2.3-70-g09d2