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:
Michael Crosby
2016-03-09 17:48:12 -08:00
parent fb79eacb64
commit 213c1a1a4a
5 changed files with 39 additions and 92 deletions
+1 -1
View File
@@ -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.