mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 08:44:58 +00:00
Without this patch lint fails with error:
SA1019: testscript.RunMain is deprecated: use [Main]
This patch uses testscript.Main instead.