mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
a9cb0b8a5a
Problem: RunTests.cmake adds $TEST_PATH to $TMPDIR with the implication that it gives more isolation. But this is misleading because $TEST_PATH is only defined once. Full test runs use the same $TMPDIR for all tests. This was likely added with the intention of invoking RunTests.cmake once-per-testfile from a wrapper than does the isolation/orchestration. But even so, Nvim's vim_maketempdir() / vim_mktempdir() _already_ creates a unique tempdir per session. Solution: Don't append $TEST_PATH to $TMPDIR. Avoids confusion and makes the path shorter. |
||
---|---|---|
.. | ||
ConvertPo.cmake | ||
DefCmdTarget.cmake | ||
Download.cmake | ||
FindIconv.cmake | ||
FindLibIntl.cmake | ||
FindLibLUV.cmake | ||
FindLibTermkey.cmake | ||
FindLibUV.cmake | ||
FindLIBVTERM.cmake | ||
FindLuaJit.cmake | ||
FindMsgpack.cmake | ||
FindTreeSitter.cmake | ||
FindUNIBILIUM.cmake | ||
GetCompileFlags.cmake | ||
i386-linux-gnu.toolchain.cmake | ||
InstallClintErrors.cmake | ||
InstallHelpers.cmake | ||
LibFindMacros.cmake | ||
LuaHelpers.cmake | ||
PreventInTreeBuilds.cmake | ||
RunMsgfmt.cmake | ||
RunMsgmerge.cmake | ||
RunTests.cmake | ||
RunUncrustify.cmake | ||
RunXgettext.cmake | ||
UninstallHelper.cmake | ||
WindowsDllCopy.cmake |