Skip to content

Run cargo fmt on missed files#7949

Merged
sylvestre merged 1 commit intouutils:mainfrom
BenWiederhake:dev-fmt-all
May 19, 2025
Merged

Run cargo fmt on missed files#7949
sylvestre merged 1 commit intouutils:mainfrom
BenWiederhake:dev-fmt-all

Conversation

@BenWiederhake
Copy link
Collaborator

It seems these files were missed by CI. Command to run cargo fmt on absolutely everything (and possibly too much)

$ find tests -name "*.rs" -print0 | xargs -0 cargo fmt --

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/stdbuf (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

It seems these files were missed by CI. Command to run cargo fmt on
absolutely *everything* (and possibly too much)

find tests -name "*.rs" -print0 | xargs -0 cargo fmt --
@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit a538816 into uutils:main May 19, 2025
71 of 72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants