INNER CODE UNIT · Python
skipped
wasm3/wasm3 · extra/check.py:208
skipped = len(selected) - len(results)
if skipped:
print(f" {skipped} stage(s) not reached")
print(
f"\n{ansi.FAIL if failed else ansi.OKGREEN}{ansi.BOLD}{'FAILED' if failed else 'OK'}{ansi.ENDC}"
)
return 1 if failed else 0
if __name__ == "__main__":
sys.exit(main())