[Tarantool-patches] [PATCH v1] gitlab-ci: set OSX to full testing
Alexander V. Tikhonov
avtikhon at tarantool.org
Tue May 12 17:34:53 MSK 2020
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
More information about the Tarantool-patches
mailing list