Skip to content

Update integration tests: starred repo, fork rename, SSH/HTTPS flags#213

Open
rdowavic wants to merge 1 commit intoamitsaha:masterfrom
rdowavic:integration-test-starred-update
Open

Update integration tests: starred repo, fork rename, SSH/HTTPS flags#213
rdowavic wants to merge 1 commit intoamitsaha:masterfrom
rdowavic:integration-test-starred-update

Conversation

@rdowavic
Copy link

@rdowavic rdowavic commented Mar 1, 2026

Summary

As I was going through and making dedicated test accounts for gitbackup, I just fixed up some little nits that were bothering me. They are:

  • Use a dedicated gitbackup-test-starred repo for starred tests instead of starring gitbackup-test-public
  • Rename gitbackup-test-ignore-fork to gitbackup-test-fork for clarity
  • Add --ssh / --https flags to selectively run SSH-only or HTTPS-only tests (defaults to both)
  • Always show results summary at the end, not just in verbose mode
  • Update Forgejo token docs to require read:user scope

Test plan

  • bash test/integration-test.sh --https github runs only HTTPS + starred tests
  • bash test/integration-test.sh --ssh github runs only SSH tests
  • bash test/integration-test.sh github runs both SSH and HTTPS + starred tests
  • Results summary prints at the end without -v

…dd SSH/HTTPS flags

- Use dedicated gitbackup-test-starred repo instead of starring gitbackup-test-public
- Rename gitbackup-test-ignore-fork to gitbackup-test-fork
- Add --ssh/--https flags to run only SSH or HTTPS tests (defaults to both)
- Always show results summary, not just in verbose mode
- Update Forgejo token docs to include read:user scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant