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

allow color outputs from compilers #67

Merged
merged 1 commit into from May 7, 2019
Merged

allow color outputs from compilers #67

merged 1 commit into from May 7, 2019

Conversation

PaulPrice
Copy link
Contributor

by propagating the TERM envvar through scons, as proposed:
https://stackoverflow.com/a/9954572

This should not affect the compilation of anything, but only
the format of the outputs.

by propagating the TERM envvar through scons, as proposed:
    https://stackoverflow.com/a/9954572

This should not affect the compilation of anything, but only
the format of the outputs.
@PaulPrice PaulPrice requested a review from timj May 1, 2019 17:10
Copy link
Member

@timj timj left a comment

Choose a reason for hiding this comment

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

If everything builds then I'm fine with this. Will it make the _build.log files on Jenkins look a bit weird?

@RobertLuptonTheGood
Copy link
Member

RobertLuptonTheGood commented May 1, 2019 via email

@PaulPrice
Copy link
Contributor Author

As argued on the ticket, we already protect various envvars from scons' environment cleanup feature. Is there a clear reason why TERM shouldn't be another?

@PaulPrice
Copy link
Contributor Author

Also, scons TERM=$TERM --setenv does not produce the desired result.

@PaulPrice PaulPrice merged commit 29425c5 into master May 7, 2019
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.

None yet

3 participants