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

ci: Test full-emulation cosa run #3249

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 30, 2022

  1. ci: Test full-emulation cosa run

    We should have some CI that verifies this works.
    cgwalters committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    3d5071f View commit details
    Browse the repository at this point in the history
  2. devshell: Don't output status if not on a tty

    This is just better behavior for the case of e.g.
    `cosa run -x "somecmd" > out.txt` to execute a command and
    capture the output - we don't want to intermix status stuff in
    there.
    
    Further, this makes it easier to test the code when not on
    a tty (in e.g. CI).
    cgwalters committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    a9d5543 View commit details
    Browse the repository at this point in the history