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

Exercism benchmark test #474

Merged
merged 8 commits into from
Jan 15, 2024
Merged

Exercism benchmark test #474

merged 8 commits into from
Jan 15, 2024

Conversation

jakethekoenig
Copy link
Member

@jakethekoenig jakethekoenig commented Jan 11, 2024

Pull Request Checklist

  • Documentation has been updated, or this change doesn't require that

@@ -26,7 +26,7 @@ def _run_test_command(self, command, cwd="."):
except subprocess.TimeoutExpired:
results = "Test timed out"
with open(self.test_output_file, "w") as f:
f.write(results)
f.write(results.strip())
Copy link
Member Author

Choose a reason for hiding this comment

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

On windows the stdout had a trailing new line which messed with our pass/fail detection code.

@jakethekoenig jakethekoenig merged commit 18d43aa into main Jan 15, 2024
16 checks passed
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

2 participants