[engine] Change test shell script exit code

Some systems may return an exit code of 1 instead of 255 if the
executable does not exist. Make sure the script doesn't return an exit
code of 1, so we can differentiate between the script running and
failing versus it not being found.

Change-Id: I3462d35c3f8b88aebc526c461fd3d4a20089f99d
Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/shac/+/836538
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
Reviewed-by: Marc-Antoine Ruel <maruel@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
1 file changed
tree: 8c126bc19370a3f946979d2282f68ba256e96638
  1. .github/
  2. doc/
  3. internal/
  4. scripts/
  5. .gitignore
  6. AUTHORS
  7. check_doc.star
  8. codecov.yml
  9. CONTRIBUTING.md
  10. go.mod
  11. go.star
  12. go.sum
  13. LICENSE
  14. licenses.star
  15. main.go
  16. OWNERS
  17. PATENTS
  18. README.md
  19. shac.star
README.md

shac

Scalable Hermetic Analysis and Checks.

Usage

go install go.fuchsia.dev/shac-project/shac@latest
shac check
shac doc shac.star | less

Documentation

Contributing

⚠ The source of truth is at https://fuchsia.googlesource.com/shac-project/shac.git and uses Gerrit for code review.

See CONTRIBUTING.md to submit changes.