mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/lua: use Lua 5.4 as default
lua-sdl2 is not available on Lua 5.4, so update its test to use Lua 5.3 instead. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
4f9a565902
commit
d32e062f1c
@@ -42,8 +42,8 @@ class TestLua(TestLuaBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.version_test('Lua 5.3')
|
||||
self.g_version_test('Lua 5.3')
|
||||
self.version_test('Lua 5.4')
|
||||
self.g_version_test('Lua 5.4')
|
||||
|
||||
|
||||
class TestLuajit(TestLuaBase):
|
||||
|
||||
Reference in New Issue
Block a user