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