-
-
Notifications
You must be signed in to change notification settings - Fork 33
Add support for Alpine (Linux Distro) #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking βSign up for GitHubβ, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Chemaclass
merged 34 commits into
TypedDevs:main
from
skinner-m-c:fix/add-alpine-test-automation
Sep 22, 2024
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
58de4e2
fix: add test automation for Alpine
skinner-m-c 8424d5e
Update .github/CONTRIBUTING.md
Chemaclass 70499d1
docs: improve BASHUNIT_LOAD_FILE documentation
Chemaclass 0055475
feat: add optional second arg to --debug option
Chemaclass a8ad97e
docs: upgrade changelog
Chemaclass c8f8848
refactor: rename runtime_in_milliseconds to total_runtime_in_millisecβ¦
Chemaclass 673d1bc
refactor: move duration logic from logger to runner test scope
Chemaclass 291fdb7
feat: add str::rpad()
Chemaclass 5b79121
feat: add time per test if BASHUNIT_SHOW_EXECUTION_TIME=true
Chemaclass 50061f8
fix: static-analysis
Chemaclass 878a55b
refactor: simplify total tests display
Chemaclass ae2e529
fix: str::rpad()
Chemaclass 4c05947
fix: TERMINAL_WIDTH when TERM is not define, use a default
Chemaclass dde0369
docs: upgrade changelog
Chemaclass cc23fa1
test: print_successful_test_output time with and without args
Chemaclass 9874c17
fix: load check_os before clock
Chemaclass 1d66eaf
fix: TERMINAL_WIDTH using stty instead of tput to get the cols
Chemaclass e70da26
Merge branch 'main' into fix/add-alpine-test-automation
Chemaclass 194853f
feat: distinguish Linux - Ubuntu,Alpine,Other
Chemaclass cab23f7
fix: filtered_lines in check_duplicate_functions()
Chemaclass 0cd4af1
refactor: _OS split into _OS and _DISTRO
Chemaclass f6be730
refactor: remove unnecesary test
Chemaclass 9463fb7
test: ignore directory tests for Alpine
Chemaclass dec200e
fix: alpine compabible filtered_lines grep on check_duplicate_functions
Chemaclass e4fe41c
fix: add missing deps on teset-alpine make command
Chemaclass 07d44bc
fix: time on linux alpine
Chemaclass 939abfb
docs: update changelog
Chemaclass c5be076
fix: time per test adding perl to test-alpine
Chemaclass f144546
refactor: clean ups
Chemaclass 23763f1
docs: testing different OS in contributing
Chemaclass ee31360
test: add alpine-latest to CI strategy matrix
Chemaclass 9e6d625
fix: CI alpine tests in a separate job
Chemaclass 5426cc5
refactor: remove BASHUNIT_ALPINE_TEST_VERSION from .env.example
Chemaclass 141b208
refactor: make test/alpine for local and CI test alpine with custom dβ¦
Chemaclass File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got these
tests/unit/directory_test.sh
failing on Alpine for some reason (directory permissions), but I don't know how to solve them now, so I'd better skip them for now, and work on them in another iteration/PR