Skip to content

Make scripts/check.sh fail on test errors #73

Description

@ashrafee-dev

Problem

scripts/check.sh does not enable fail-fast behavior. If tests fail but Pylint succeeds, the script can finish successfully and hide the failed test run.

Acceptance criteria

  • Ensure a failed test or lint command produces a non-zero script exit status.
  • Preserve the current test-then-lint order.
  • Add a small shell-level verification or document how the behavior was checked.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions