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

erts: Fix erl -man lookup #8478

Merged
merged 1 commit into from
May 24, 2024

Conversation

garazdawi
Copy link
Contributor

We cut the arguments to man at the first --
so that things in ERL_ZFLAGS don't end up as
arguments to man.

closes #8477

We cut the arguments to man at the first --
so that things in ERL_ZFLAGS don't end up as
arguments to man.

closes erlang#8477
@garazdawi garazdawi added team:VM Assigned to OTP team VM fix labels May 15, 2024
@garazdawi garazdawi self-assigned this May 15, 2024
Copy link
Contributor

github-actions bot commented May 15, 2024

CT Test Results

    3 files    143 suites   49m 30s ⏱️
1 588 tests 1 539 ✅ 49 💤 0 ❌
2 327 runs  2 253 ✅ 74 💤 0 ❌

Results for commit 02575c9.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@garazdawi garazdawi changed the base branch from master to maint May 24, 2024 07:04
@garazdawi garazdawi added this to the OTP-27.1 milestone May 24, 2024
@garazdawi garazdawi merged commit ef44167 into erlang:maint May 24, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OTP 27 RC3's "erl -man" tries to look up docs for --
1 participant