Skip to content
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

install-port add --test option #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

catap
Copy link

@catap catap commented Aug 23, 2023

The goal is adjust ports GitHub CI to run tests to increase quality of ports.


if [[ "${option_test}" -eq 1 ]]; then
if "${option_prefix}/bin/port" "-d" test "$@"; then
echo "Testing '$port' ... [OK]" >> "$log_subports_progress"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the current base release, this will fail for any port that doesn't set test.run yes.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmroot may I assume that the next release which will happen relatively soon changes that behaviour?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants