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

Use macOS runner, minor script debug output fixes #149

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

ahelwer
Copy link
Collaborator

@ahelwer ahelwer commented Jul 18, 2024

Print out TLC command line call in smoke testing script and decode TLC output as UTF-8 if necessary.
Ref #119

@lemmy
Copy link
Member

lemmy commented Jul 18, 2024

What does the minor script fix do?

@ahelwer
Copy link
Collaborator Author

ahelwer commented Jul 18, 2024

Sometimes (varies depending on OS and also way in which the process terminated) stdout is given in bytes, and sometimes it's given as a string. So this just ensures it's always printed out as a string in the smoke testing script.

Signed-off-by: Andrew Helwer <2n8rn1w1f@mozmail.com>
@lemmy
Copy link
Member

lemmy commented Jul 18, 2024

I'd suggest to make that the git commit message for that particular change.

@ahelwer
Copy link
Collaborator Author

ahelwer commented Jul 18, 2024

Sure, I will put that in the squash commit message.

@ahelwer ahelwer merged commit ed139f2 into tlaplus:master Jul 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants