commit: https://git.buildroot.net/buildroot/commit/?id=7a947133abd44eb297a63e2605b77658ca93ccc6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
support/testing/tests/package/test_php_lua.py:35:1: E302 expected 2 blank lines, found 1
Add the missing line before class definition.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted>
---
support/testing/tests/package/test_php_lua.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/support/testing/tests/package/test_php_lua.py b/support/testing/tests/package/test_php_lua.py
index 2494c2bcdf..e3c57938fc 100644
--- a/support/testing/tests/package/test_php_lua.py
+++ b/support/testing/tests/package/test_php_lua.py
@@ -32,6 +32,7 @@ class TestPhpLuaLua(infra.basetest.BRTest):
# bumping package version.
self.assertEqual(output[2][0:25], "lua extension version => ")
+
class TestPhpLuaLuajit(infra.basetest.BRTest):
config = infra.basetest.BASIC_TOOLCHAIN_CONFIG + \
"""_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot