Update integration tests: starred repo, fork rename, SSH/HTTPS flags#213
Open
rdowavic wants to merge 1 commit intoamitsaha:masterfrom
Open
Update integration tests: starred repo, fork rename, SSH/HTTPS flags#213rdowavic wants to merge 1 commit intoamitsaha:masterfrom
rdowavic wants to merge 1 commit intoamitsaha:masterfrom
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
gitbackup-test-starredrepo for starred tests instead of starringgitbackup-test-publicgitbackup-test-ignore-forktogitbackup-test-forkfor clarity--ssh/--httpsflags to selectively run SSH-only or HTTPS-only tests (defaults to both)read:userscopeTest plan
bash test/integration-test.sh --https githubruns only HTTPS + starred testsbash test/integration-test.sh --ssh githubruns only SSH testsbash test/integration-test.sh githubruns both SSH and HTTPS + starred tests-v