diff options
-rwxr-xr-x | .ci/ci-make-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh index 6dff663e69..8407e5a9bc 100755 --- a/.ci/ci-make-check.sh +++ b/.ci/ci-make-check.sh | |||
@@ -21,7 +21,7 @@ if [ "$BUILDSYSTEM" = "ninja" ] ; then | |||
21 | if [ "$DISTRO" != "" ] ; then | 21 | if [ "$DISTRO" != "" ] ; then |
22 | # disable them for this distros, after meson 0.49 is out, this can be removed | 22 | # disable them for this distros, after meson 0.49 is out, this can be removed |
23 | # https://github.com/mesonbuild/meson/commit/253c581412d7f2b09af353dd83d943454bd555be | 23 | # https://github.com/mesonbuild/meson/commit/253c581412d7f2b09af353dd83d943454bd555be |
24 | if [ "$DISTRO" != "Ubuntu1804" ] && [ "$DISTRO" != "Debian91" ]; then | 24 | if [ "$DISTRO" != "Ubuntu1810" ] && [ "$DISTRO" != "Debian96" ]; then |
25 | for tries in $(seq 1 ${NUM_TRIES}); do | 25 | for tries in $(seq 1 ${NUM_TRIES}); do |
26 | (docker exec --env EINA_LOG_BACKTRACE="0" --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) ninja -C build test) && break | 26 | (docker exec --env EINA_LOG_BACKTRACE="0" --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) ninja -C build test) && break |
27 | docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) cat src/test-suite.log | 27 | docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) cat src/test-suite.log |