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

ls: manages the COLOR and COLORTERM variables #5656

Merged
merged 4 commits into from
Dec 18, 2023
Merged

Conversation

sylvestre
Copy link
Contributor

Should fix GNU tests/ls/color-term.sh

Should fix GNU tests/ls/color-term.sh
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/color-term is no longer failing!

Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/color-term is no longer failing!
Skip an intermittent issue tests/tail/inotify-dir-recreate

let term = std::env::var("TERM").unwrap_or_default();
let colorterm = std::env::var("COLORTERM").unwrap_or_default();

// Search function to manage the "*" into the data structure
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand what this comment is trying to say.

src/uu/ls/src/ls.rs Outdated Show resolved Hide resolved
sylvestre and others added 2 commits December 17, 2023 17:39
Co-authored-by: Daniel Hofstetter <[email protected]>
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/ls/color-term is no longer failing!

@cakebaker cakebaker merged commit e79eb09 into uutils:main Dec 18, 2023
54 of 56 checks passed
@sylvestre sylvestre deleted the ls-var branch December 18, 2023 10:11
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