From d70dcf122c4a70aa5a84b6527aa20bb907ba9f80 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Tue, 2 Jun 2015 20:20:04 +0300 Subject: [PATCH] Fix the test suite in Release build (error injections are disabled). --- test/xlog/suite.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/xlog/suite.ini b/test/xlog/suite.ini index e76c7fc0f0..fc18641767 100644 --- a/test/xlog/suite.ini +++ b/test/xlog/suite.ini @@ -4,6 +4,6 @@ description = tarantool write ahead log tests script = xlog.lua disabled = valgrind_disabled = -release_disabled = errinj.test.lua, panic_on_lsn_gap.test.lua +release_disabled = errinj.test.lua panic_on_lsn_gap.test.lua lua_libs = use_unix_sockets = True -- GitLab