Umount directories inside build root after build is finished 56/176456/6
authorSlava Barinov <v.barinov@samsung.com>
Thu, 19 Apr 2018 09:45:31 +0000 (12:45 +0300)
committerjingui.ren <jingui.ren@samsung.com>
Wed, 2 May 2018 06:42:08 +0000 (14:42 +0800)
commitd08902ffd47a4bee8aac435fc524a11187ceaecf
treeb61959dafc6f0a7f68f289b53aa33d0f706d0cfc
parent04c5864f0d4770f2f36779c432e42811db47ab1b
Umount directories inside build root after build is finished

Sometimes (e.g. during ASan build) some directories left mounted after gbs
build is finished and error "there're mounted directories to build root"
appears.

To prevent that this patch forces check of mounted directories and unmounting
them.

Change-Id: Ic22d4baf386bd0f2bd3a3f2d7baccb485e06b7de
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
depanneur