sslab-gatech / opensgx

OpenSGX
Other
291 stars 80 forks source link

opensgx exit codes #9

Open jonhoo opened 8 years ago

jonhoo commented 8 years ago
$ opensgx -s hello.sgx --key sign.key
sgx-tool: failed to locate conf/device.key: No such file or directory
$ echo $?
0

opensgx should propagate the error-status of tools that it calls so that it can be used correctly with e.g. Make.