mirror of
https://github.com/apple/container.git
synced 2026-07-13 13:07:06 +00:00
d045e5b0f0
- Converts client to work with ExitStatus instead of integer error codes. ## Type of Change - [ ] Bug fix - [ ] New feature - [x] Breaking change (SandboxClient.wait() returns ExitStatus instead of Int32, apple/containerization#300) - [ ] Documentation update ## Motivation and Context Pick up DNS bug fix, update for breaking API change. ## Testing - [x] Tested locally - [x] Added/updated tests (fixed DNS test, using correct `options` now, apple/containerization#303). - [ ] Added/updated docs