From 200fb2d058de0a3037258e5d7e595090c418c82a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 17 Jul 2020 13:57:39 +0200 Subject: [PATCH] run withough ninja test for clear stats on exactness coverage --- .ci/ci-make-check.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh index 9ef14add74..8190023b15 100755 --- a/.ci/ci-make-check.sh +++ b/.ci/ci-make-check.sh @@ -11,13 +11,13 @@ NUM_TRIES=5 if [ "$1" = "codecov" ] ; then travis_fold start "codecov" travis_time_start "codecov" - for tries in $(seq 1 ${NUM_TRIES}); do - export EFL_TEST_ECORE_CON_IPV6=1 - meson test -t 120 -C build --wrapper dbus-launch && break - cat build/meson-logs/testlog-dbus-launch.txt - if [ $tries != ${NUM_TRIES} ] ; then echo "tests failed, trying again!" ; fi - false - done +# for tries in $(seq 1 ${NUM_TRIES}); do +# export EFL_TEST_ECORE_CON_IPV6=1 +# meson test -t 120 -C build --wrapper dbus-launch && break +# cat build/meson-logs/testlog-dbus-launch.txt +# if [ $tries != ${NUM_TRIES} ] ; then echo "tests failed, trying again!" ; fi +# false +# done git clone --depth=1 --branch=devs/stefan/ci-ubuntu-bionic https://git.enlightenment.org/tools/exactness-elm-data.git export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib sudo ldconfig