summaryrefslogtreecommitdiff
path: root/test/test_exit_codes.sh
AgeCommit message (Collapse)Author
2025-06-24Ensure proper exit codes for all error conditionsPaul Buetow
- Exit with code 1 when no action is specified (show usage) - Remove redundant failedRepos tracking since we stop on first error - Simplify code by removing unnecessary failure tracking arrays - Add test script to verify exit code behavior - All errors now consistently exit with code 1 - Successful operations exit with code 0 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>