Drop /dev/pts from bind mount locations
This has created havoc in the Fedora build environments by
fully unmounting /dev/pts and breaking the builders for
subsquent tasks.
This is a partial revert of commit daf1323c5d.
This commit is contained in:
parent
479021dc34
commit
7d0edaa5c7
@ -68,7 +68,6 @@ class RootBind:
|
||||
self.bind_locations = [
|
||||
'/proc',
|
||||
'/dev',
|
||||
'/dev/pts',
|
||||
'/var/run/dbus',
|
||||
'/sys'
|
||||
]
|
||||
|
||||
@ -32,7 +32,6 @@ class TestRootBind:
|
||||
assert self.bind_root.bind_locations == [
|
||||
'/proc',
|
||||
'/dev',
|
||||
'/dev/pts',
|
||||
'/var/run/dbus',
|
||||
'/sys'
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user