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

formula: set TERM to dumb during test #982

Merged
merged 1 commit into from Sep 18, 2016

Commits on Sep 17, 2016

  1. formula: set TERM to dumb during test

    Software that tries to print different things (e.g. ANSI color) based on
    different termcaps often relies on the TERM environment variable, and
    could fail without it. This results in confusing test issues where
    certain tests can be successfully run by users testing locally with TERM
    set, but choke up on our CI.
    
    Always setting TERM to dumb leads to better consistency between local
    tests and CI tests, and saves much probing in certain cases.
    zmwangx committed Sep 17, 2016
    Copy the full SHA
    f8d7745 View commit details
    Browse the repository at this point in the history