luarocks / hererocks

Python script for installing Lua/LuaJIT and LuaRocks into a local directory
MIT License
71 stars 12 forks source link

tests broken on Windows with latest Luarocks #9

Closed fperrad closed 3 years ago

fperrad commented 3 years ago

@hishamhm could you take a look at https://ci.appveyor.com/project/hishamhm/hererocks/builds/35418067/job/s6k82innxl02vnf4

AssertionError: Error running command 'test\here\bin\luarocks.bat --version': code 255, output:
b'The syntax of the command is incorrect.\r\n'
hishamhm commented 3 years ago

My hacky bisecting-by-hand-on-appveyor seems to show that 0451337 is where it starts failing. @dwenegar, any idea of what might have gone wrong?

fperrad commented 3 years ago

@hishamhm fixed by LuaRocks 3.5.0, thanks.