Skip to content

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

Merged
sylvestre merged 2 commits intouutils:mainfrom
cakebaker:seq_simplify_tests
Dec 7, 2024
Merged

tests/seq: use stdout_only() to remove no_stderr()#6937
sylvestre merged 2 commits intouutils:mainfrom
cakebaker:seq_simplify_tests

Conversation

@cakebaker
Copy link
Copy Markdown
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.

@github-actions
Copy link
Copy Markdown

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
@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