From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id C2B57469710 for ; Tue, 12 May 2020 17:34:56 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 12 May 2020 17:34:53 +0300 Message-Id: <32521e7a65cde037b3d408d6692303bc7b7f9de2.1589293962.git.avtikhon@tarantool.org> Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: set OSX to full testing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov , Sergey Bronnikov Cc: tarantool-patches@dev.tarantool.org Set all test suites at OSX testing. Close #4818 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4818-osx-all-tests-full-ci Issue: https://github.com/tarantool/tarantool/issues/4818 .travis.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.mk b/.travis.mk index 8aa0e6116..063537f25 100644 --- a/.travis.mk +++ b/.travis.mk @@ -189,9 +189,7 @@ test_osx_no_deps: build_osx ulimit -u ${MAX_PROC} || : ; \ ulimit -u ; \ rm -rf /tmp/tnt ; \ - cd test && ./test-run.py --vardir /tmp/tnt --force $(TEST_RUN_EXTRA_PARAMS) \ - app/ app-tap/ box/ box-py/ box-tap/ engine/ engine_long/ long_run-py/ luajit-tap/ \ - replication-py/ small/ sql/ sql-tap/ swim/ unit/ vinyl/ wal_off/ xlog/ xlog-py/ + cd test && ./test-run.py --vardir /tmp/tnt --force $(TEST_RUN_EXTRA_PARAMS) test_osx: deps_osx test_osx_no_deps -- 2.17.1