summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-02-06 10:22:29 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-02-06 10:22:29 +0100
commit2a3e9a218e01b79baae052dc92230394d433f811 (patch)
tree99fd81fe971f3c23e638eca0b5307b4992e838fe
parent68d6de41313330ec7641f8680cf6f94556945b0b (diff)
downloadefl-devs/stefan/ci-exactness-merged2.tar.gz
-rwxr-xr-x.ci/ci-make-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh
index fb1861b602..74cb256728 100755
--- a/.ci/ci-make-check.sh
+++ b/.ci/ci-make-check.sh
@@ -18,7 +18,7 @@ if [ "$1" = "codecov" ] ; then
# done
git clone --depth=1 --branch=devs/stefan/ci-integration https://git.enlightenment.org/tools/exactness-elm-data.git
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
- ldconfig
+ sudo ldconfig
EINA_LOG_LEVELS_GLOB=eina_*:0,ecore*:0,efreet*:0,eldbus:0,elementary:0 exactness -j 20 -b exactness-elm-data/default-profile -p exactness-elm-data/default-profile/ci-integration-tests.txt
curl -s https://codecov.io/bash | bash -s -
exit 0