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>
Wed, 2 May 2018 06:31:16 +0000 (14:31 +0800)
commitb4c3ef6c0ec7dcb2a614c85a69b253ff222476c5
tree3649d21acbc3e59cd90ca57ee0c5516667104fcd
parenta47ad20565cb445e61298489ffb1473d10a64ddd
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