lxc / go-lxc

Go bindings for liblxc

Home Page:https://linuxcontainers.org/lxc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect status code from runCommandStatus

s3rj1k opened this issue · comments

runCommandStatus should return correct status codes (use of WEXITSTATUS macro)
as lxc-execute does in https://github.com/lxc/lxc/blob/master/src/lxc/tools/lxc_execute.c#L239

#101