Umount directories inside build root after build is finished 37/177437/1
authorSlava Barinov <v.barinov@samsung.com>
Thu, 19 Apr 2018 09:45:31 +0000 (12:45 +0300)
committerpark <sk7.park@samsung.com>
Mon, 30 Apr 2018 02:25:21 +0000 (02:25 +0000)
commitbbb0166a07ac800f6542ded6eb1c257eac099eaf
tree56ab2b309c15a5ae6b4bb5df56ffaa0cf66e16b8
parentd4f5342ada258274ac83e28a04e83854210f9c17
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