mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
validate:launcher: Do not try to set DISPLAY envvar to None
This commit is contained in:
parent
3dcaa36b81
commit
d797f94692
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ class Xvfb(VirtualFrameBufferServer):
|
|||
print("DISPLAY set to %s" % self.display_id)
|
||||
return True
|
||||
except subprocess.CalledProcessError:
|
||||
os.environ["DISPLAY"] = cdisplay
|
||||
pass
|
||||
|
||||
if time.time() - start > timeout:
|
||||
|
|
Loading…
Reference in a new issue