Skip to content

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

2 participants