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

Fix test runner #14

Closed
wants to merge 13 commits into from
Closed

Fix test runner #14

wants to merge 13 commits into from

Conversation

ErikSchierboom
Copy link
Member

@ErikSchierboom ErikSchierboom commented Apr 16, 2021

Closes #12

@ErikSchierboom ErikSchierboom requested a review from a team as a code owner April 16, 2021 11:27
@ErikSchierboom ErikSchierboom marked this pull request as draft April 16, 2021 11:31
@ErikSchierboom
Copy link
Member Author

@wneumann I'm trying to get the Swift test runner working and updated to the latest infrastructure for test runners. So far I've found and fixed some things, but now I'm getting something that I don't know how to fix.

If I run ./bin/run-in-docker.sh single-test-that-passes /home/erik/exercism-repos/swift-test-runner/tests/single-test-that-passes /home/erik/exercism-repos/swift-test-runner/tests/single-test-that-passes, the following error is displayed:

/solution: error: manifest parse error(s):
The operation could not be completed. (TSCBasic.Process.Error error 0.)
/opt/test-runner
{
  "message" : "\/solution: error: manifest parse error(s):\nThe operation could not be completed. (TSCBasic.Process.Error error 0.)\n",
  "status" : "error",
  "tests" : [

  ]
}

Do you have any idea how to fix this?

@ErikSchierboom
Copy link
Member Author

(cc @exercism/swift)

@ErikSchierboom ErikSchierboom deleted the fix-test-runner branch March 22, 2022 09:58
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.

Fix compile error preventing Docker image to be built
1 participant