Check exit status of vdfs image creation
authorJungseung Lee <js07.lee@samsung.com>
Wed, 28 Mar 2018 10:15:18 +0000 (19:15 +0900)
committerXiao Jin <jin.xiao@samsung.com>
Fri, 13 Apr 2018 17:47:33 +0000 (01:47 +0800)
commit8fa79e49fd7634d94dc48eb6db5e427cef199d63
tree03e69b14bd72be116c8be770104e6b398f891762
parent93da5188a3f52482851ff944e96386e6c47787aa
Check exit status of vdfs image creation

If vdfs creation process exit with failure (EXIT_FAILURE), it should be checked.
Because it could cause malformed vdfs image creation.

In this patch, we added checking code of exit status.

Change-Id: I5aae6a8cb6de0b4dcf2dc1f9e27ee6139b26f918
Signed-off-by: Jungseung Lee <js07.lee@samsung.com>
mic/imager/loop.py