diff options
author | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2018-06-01 11:32:20 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-06-05 16:23:22 +0000 |
commit | 75fe8037343223d3bb674f3dc16db70327e74609 (patch) | |
tree | 86d737aaef9b67af44fd744dfb4f09a5369525f2 /buildstream/utils.py | |
parent | fe24fc3b2903efa4ca728a31fe3f021c8215fa22 (diff) | |
download | buildstream-75fe8037343223d3bb674f3dc16db70327e74609.tar.gz |
_sandboxbwrap.py: Fix post-bwrap cleanup behaviour
The cleanup was supposed not to remove folders (`/dev`, `/tmp`, `/proc`) if
they already existed before bwrap but it did the opposite: it tried to remove
them if they existed before, and didn't remove them if they were created during
bwrap. This was caused by a `not` clause, and this removes it.
Fixes #379
Diffstat (limited to 'buildstream/utils.py')
0 files changed, 0 insertions, 0 deletions