Patchtest results for [OE-Core][PATCH v3 4/4] recipetool: Add handler to create go recipes

2023-11-02 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v3-4-4-recipetool-Add-handler-to-create-go-recipes.patch FAIL: test max line length: Patch line too long (current

[OE-Core][PATCH v3 4/4] recipetool: Add handler to create go recipes

2023-11-02 Thread Lukas Funke
From: Lukas Funke Signed-off-by: Lukas Funke --- scripts/lib/recipetool/create_go.py | 751 1 file changed, 751 insertions(+) create mode 100644 scripts/lib/recipetool/create_go.py diff --git a/scripts/lib/recipetool/create_go.py