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