-
Notifications
You must be signed in to change notification settings - Fork 10
Labels
bugSomething isn't workingSomething isn't working
Description
Even when the wrapper execution fails, the log still states, "All cases ran successfully."
There should be a proper check to ensure that simulations have actually completed correctly:
| self.logger.info("All cases ran successfully.") |
See the example below:
/bin/sh: docker: command not found
xargs: docker: No such file or directory
2025-02-25 17:04:19,829 - VeggySwashModelWrapper - INFO - All cases ran successfully.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working