[Tarantool-patches] [PATCH] test: enable all Tarantool tests for Odroid

Sergey Kaplun skaplun at tarantool.org
Thu Aug 19 15:04:59 MSK 2021


This patch enables all tests to be run in CI, since all issues found
with them are finally resolved in scope of the commit
847b096e37ad49943865f95e2055856739832efd ('luajit: bump new version').
---

Branch: https://github.com/tarantool/tarantool/tree/skaplun/gh-noticket-enable-all-tests-odroid

 .travis.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.mk b/.travis.mk
index e1d7ea194..5ca76cf89 100644
--- a/.travis.mk
+++ b/.travis.mk
@@ -330,6 +330,7 @@ build_odroid_arm64:
 
 test_odroid_arm64_no_deps: build_odroid_arm64
 	make LuaJIT-test
+	cd test && ./test-run.py --vardir ${VARDIR} --force $(TEST_RUN_EXTRA_PARAMS)
 
 test_odroid_arm64: deps_odroid_arm64 test_odroid_arm64_no_deps
 
-- 
2.31.0



More information about the Tarantool-patches mailing list