Revert "run withough ninja test for clear stats on exactness coverage"

This reverts commit 200fb2d058.
This commit is contained in:
Stefan Schmidt 2020-07-17 16:15:53 +02:00
parent 200fb2d058
commit 03d78b827a
1 changed files with 7 additions and 7 deletions

View File

@ -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