mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
Revert "Return proper exit code for exec errors"
This reverts commit 6bb653a6e8.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ is a directory with a specification file and a root filesystem.`,
|
||||
|
||||
status, err := startContainer(context, spec)
|
||||
if err != nil {
|
||||
fatalf("Container start failed: %v", err)
|
||||
fatal(err)
|
||||
}
|
||||
// exit with the container's exit status so any external supervisor is
|
||||
// notified of the exit with the correct exit status.
|
||||
|
||||
Reference in New Issue
Block a user