Skip to content

Instantly share code, notes, and snippets.

@tjdevries
Created April 15, 2016 21:57
Show Gist options
  • Save tjdevries/92612a8c251b1c43df0ae47e4fd18daf to your computer and use it in GitHub Desktop.
Save tjdevries/92612a8c251b1c43df0ae47e4fd18daf to your computer and use it in GitHub Desktop.
-- Output to stderr:
busted: error: Cannot load helper script: /home/tj_chromebook/Git/neovim/test/functional/preload.lua
./test/functional/helpers.lua:5: module 'nvim.child_process_stream' not found:No LuaRocks module found for nvim.child_process_stream
no field package.preload['nvim.child_process_stream']
no file '/home/tj_chromebook/Git/neovim/build/nvim/child_process_stream.lua'
no file '/home/tj_chromebook/Git/neovim/.deps/usr/share/lua/5.1/nvim/child_process_stream.lua'
no file '/home/tj_chromebook/Git/neovim/.deps/usr/share/lua/5.1/nvim/child_process_stream/init.lua'
no file './nvim/child_process_stream.lua'
no file '/home/tj_chromebook/Git/neovim/.deps/usr/share/luajit-2.0.4/nvim/child_process_stream.lua'
no file '/usr/local/share/lua/5.1/nvim/child_process_stream.lua'
no file '/usr/local/share/lua/5.1/nvim/child_process_stream/init.lua'
no file './csrc/nvim/child_process_stream.so'
no file './csrc/nvim/child_process_stream/nvim/child_process_stream.so'
no file '/home/tj_chromebook/Git/neovim/.deps/usr/lib/lua/5.1/nvim/child_process_stream.so'
no file './nvim/child_process_stream.so'
no file '/usr/local/lib/lua/5.1/nvim/child_process_stream.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './csrc/nvim.so'
no file './csrc/nvim/nvim.so'
no file '/home/tj_chromebook/Git/neovim/.deps/usr/lib/lua/5.1/nvim.so'
no file './nvim.so'
no file '/usr/local/lib/lua/5.1/nvim.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
CMake Error at /home/tj_chromebook/Git/neovim/cmake/RunTests.cmake:39 (message):
Running functional tests failed with error: 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment