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

feat: Add --raw-logs option for forc-test #6528

Merged
merged 13 commits into from
Sep 13, 2024
Merged

Conversation

sdankel
Copy link
Member

@sdankel sdankel commented Sep 10, 2024

Description

Closes #6015

  • Adds the --raw-logs option
  • Removes the decode option as this is now the default for --logs
  • Shortens --pretty-print to --pretty

Checklist

  • I have linked to any relevant issues.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation where relevant (API docs, the reference, and the Sway book).
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added (or requested a maintainer to add) the necessary Breaking* or New Feature labels where relevant.
  • I have done my best to ensure that my PR adheres to the Fuel Labs Code Review Standards.
  • I have requested a review from the relevant team or maintainers.

@sdankel sdankel marked this pull request as ready for review September 11, 2024 00:29
@sdankel sdankel requested review from a team as code owners September 11, 2024 00:29
alfiedotwtf
alfiedotwtf previously approved these changes Sep 11, 2024
@JoshuaBatty JoshuaBatty requested a review from a team September 12, 2024 00:56
alfiedotwtf
alfiedotwtf previously approved these changes Sep 12, 2024
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@JoshuaBatty JoshuaBatty requested a review from a team September 13, 2024 01:22
@JoshuaBatty JoshuaBatty added the forc-test Everything related to the `forc-test` lib and `forc test` command. label Sep 13, 2024
@sdankel sdankel merged commit 7ab1565 into master Sep 13, 2024
39 checks passed
@sdankel sdankel deleted the sophie/raw-logs-forc-test branch September 13, 2024 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forc-test Everything related to the `forc-test` lib and `forc test` command.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide raw logs under --raw flag for forc-test
4 participants