mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 18:54:58 +00:00
New scripts added: scripts/test_in_jail.sh: - Creates a FreeBSD jail for isolated testing - Pulls latest changes from the repository - Runs freebsd_start.sh with auto-confirm - Validates all services start correctly - Runs the compatibility test suite - Supports --keep-jail for debugging - Supports --branch to test specific branches - Supports --rebuild to force fresh jail scripts/ci_test.sh: - Lightweight CI script for GitHub Actions etc. - Runs syntax validation (bash + python) - Runs static compatibility tests - Doesn't require FreeBSD environment - Exit code indicates pass/fail Usage: # Full jail test (on FreeBSD) sudo ./scripts/test_in_jail.sh --branch main --verbose # CI tests (any platform) ./scripts/ci_test.sh |
||
|---|---|---|
| .. | ||
| bump_version.py | ||
| ci_test.sh | ||
| debug_wrapper.py | ||
| increment_build.py | ||
| standalone_debug.py | ||
| test_in_jail.sh | ||
| update_changelog.py | ||
| wait_for_redis.py | ||