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