Skip to content

Conversation

@codingthat
Copy link
Contributor

@codingthat codingthat commented Jun 28, 2025

@codingthat codingthat requested a review from a team as a code owner June 28, 2025 20:31
mkdir -p "${output_dir}"

(cd /opt/exercism/gdscript/test-runner && bin/run.sh "$slug" "$solution_dir" "$output_dir") || {
(cd /opt/exercism/gdscript/test-runner && godot --headless -s bin/test_runner.gd -- "${slug}" "${solution_dir}") || {
Copy link
Member

Choose a reason for hiding this comment

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

If you're going to use {} maybe use them consistently?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point! My bad, fixed. ✔

@codingthat
Copy link
Contributor Author

@IsaacG I think if we merge this and make a dummy change over at exercism/gdscript#102, both CIs should be working.

(The main thing in the other repo was that I couldn't use OS.execute in GDScript to refer to (cd && run.sh) the way bash did, so I changed run.sh over here to run from wherever it lives, which changed the directories hardcoded into the output. But the tests pass now over on this end.)

@codingthat codingthat merged commit 210dc4c into main Jul 13, 2025
1 check passed
@codingthat codingthat deleted the remove-jq-dep-from-local-test-runner branch July 16, 2025 09:02
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.

3 participants