aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
diff options
context:
space:
mode:
authorNikolai Aleksandrovich Pavlov <kp-pav@yandex.ru>2017-03-31 15:32:58 +0300
committerJustin M. Keyes <justinkz@gmail.com>2017-03-31 14:32:58 +0200
commita1c928e70cd995426449ac6ec6df3b5a492580e5 (patch)
tree6996b02ac2ecbd3e8894f38b74ecc762d69f3cbb /test/unit/helpers.lua
parent77539eef9baa0d070a1d07360dda2177c2ae41a7 (diff)
downloadrneovim-a1c928e70cd995426449ac6ec6df3b5a492580e5.tar.gz
rneovim-a1c928e70cd995426449ac6ec6df3b5a492580e5.tar.bz2
rneovim-a1c928e70cd995426449ac6ec6df3b5a492580e5.zip
ci: Do not hide ci directory (#6410)
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r--test/unit/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index 8aad3acd98..f4e6194fc7 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -574,7 +574,7 @@ local function gen_itp(it)
if not err then
if allow_failure then
io.stderr:write('Errorred out:\n' .. tostring(emsg) .. '\n')
- os.execute([[sh -c "source .ci/common/test.sh ; check_core_dumps --delete \"]] .. Paths.test_luajit_prg .. [[\""]])
+ os.execute([[sh -c "source ci/common/test.sh ; check_core_dumps --delete \"]] .. Paths.test_luajit_prg .. [[\""]])
else
error(emsg)
end