Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants