[Buildroot] [PATCH] support/testing: improve test_luasyslog

Arnout Vandecappelle arnout at mind.be
Fri Aug 2 15:36:15 UTC 2019



On 01/08/2019 22:44, Francois Perrad wrote:
> first, check the native part
> 
> Signed-off-by: Francois Perrad <francois.perrad at gadz.org>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  support/testing/tests/package/test_luasyslog.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/support/testing/tests/package/test_luasyslog.py b/support/testing/tests/package/test_luasyslog.py
> index 4eb5402d0..158b95cb0 100644
> --- a/support/testing/tests/package/test_luasyslog.py
> +++ b/support/testing/tests/package/test_luasyslog.py
> @@ -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")
> 


More information about the buildroot mailing list