Skip to content

tests/seq: use stdout_only() to remove no_stderr() #6937

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
merged 2 commits into from
Dec 7, 2024

Conversation

cakebaker
Copy link
Contributor

While reviewing the recent seq PRs I noticed that we often use the following in the tests:

.stdout_is("something")
.no_stderr()

This PR simplifies this by using stdout_only() and removing no_stderr.

I also noticed that the referenced tickets in the "ignore" messages have been closed as duplicates and so I replaced them with references to the original tickets.

Copy link

github-actions bot commented Dec 7, 2024

GNU testsuite comparison:

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

@sylvestre sylvestre merged commit e6a8529 into uutils:main Dec 7, 2024
60 of 62 checks passed
@cakebaker cakebaker deleted the seq_simplify_tests branch December 8, 2024 09:29
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