mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-12 20:22:05 +01:00
and revert "community/lua-lgi: disable pango.lua test" This reverts commit c27c8cf4c9511db24d53e6b08130e2b16df7e43c.
13 lines
240 B
Diff
13 lines
240 B
Diff
Fix/disable failing test
|
|
|
|
--- a/tests/test.lua
|
|
+++ b/tests/test.lua
|
|
@@ -118,7 +118,6 @@ for _, sourcefile in ipairs {
|
|
'cairo.lua',
|
|
'pango.lua',
|
|
'gio.lua',
|
|
- 'progress.lua',
|
|
} do
|
|
dofile(testpath .. '/' .. sourcefile)
|
|
end
|