All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] [RFC] support/testing: test_lua_utf8: fix test after bump to lua-utf8 0.1.2
@ 2020-04-26 23:01 Romain Naour
  2020-04-27 17:03 ` François Perrad
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2020-04-26 23:01 UTC (permalink / raw)
  To: buildroot

The commit 0f0649140f73645f4cd00c9c0d27c50e9fa1caf9 introduced a change
in the module name: utf8 -> lua-utf8.

The packages-file-list.txt show the change in the files intalled on the rootfs:

[lua-utf8 0.1.2-2 latest version]
lua-utf8,./usr/lib/luarocks/rocks-5.1/luautf8/0.1.2-2/doc/LICENSE
lua-utf8,./usr/lib/luarocks/rocks-5.1/luautf8/0.1.2-2/doc/README.md
lua-utf8,./usr/lib/luarocks/rocks-5.1/luautf8/0.1.2-2/luautf8-0.1.2-2.rockspec
lua-utf8,./usr/lib/luarocks/rocks-5.1/luautf8/0.1.2-2/rock_manifest
lua-utf8,./usr/lib/lua/5.1/lua-utf8.so

[lua-utf8 1.2-0 previous version]
lua-utf8,./usr/lib/luarocks/rocks-5.1/utf8/1.2-0/doc/README.md
lua-utf8,./usr/lib/luarocks/rocks-5.1/utf8/1.2-0/utf8-1.2-0.rockspec
lua-utf8,./usr/lib/luarocks/rocks-5.1/utf8/1.2-0/rock_manifest
lua-utf8,./usr/lib/lua/5.1/utf8.so

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/526036036

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Francois Perrad <francois.perrad@gadz.org>
---
I'm really not sure if it's the correct fixes.
---
 support/testing/tests/package/test_lua_utf8.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/package/test_lua_utf8.py b/support/testing/tests/package/test_lua_utf8.py
index 3eab19dd4d..3757bf283c 100644
--- a/support/testing/tests/package/test_lua_utf8.py
+++ b/support/testing/tests/package/test_lua_utf8.py
@@ -22,4 +22,4 @@ class TestLuajitUtf8(TestLuaBase):
 
     def test_run(self):
         self.login()
-        self.module_test("utf8")
+        self.module_test("lua-utf8")
-- 
2.25.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-27 17:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 23:01 [Buildroot] [PATCH] [RFC] support/testing: test_lua_utf8: fix test after bump to lua-utf8 0.1.2 Romain Naour
2020-04-27 17:03 ` François Perrad

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.