mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
support/testing: improve test_luasyslog
Lua has a builtin lsyslog module, so let's test this one as well. 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
22f3c69149
commit
1a49dcb528
@@ -10,6 +10,7 @@ class TestLuaLuasyslog(TestLuaBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("lsyslog")
|
||||
self.module_test("logging.syslog")
|
||||
|
||||
|
||||
@@ -22,4 +23,5 @@ class TestLuajitLuasyslog(TestLuaBase):
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("lsyslog")
|
||||
self.module_test("logging.syslog")
|
||||
|
||||
Reference in New Issue
Block a user