We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2da3fc commit 4be2654Copy full SHA for 4be2654
tests/utils.py
@@ -40,6 +40,11 @@ def on_display_kill(*discard) -> None:
40
time.sleep(0.2)
41
if os.path.exists("/var/tmp/Xvfb_screen0"):
42
break
43
+
44
+ print("DISPLAY", os.environ['DISPLAY'], file=sys.stderr)
45
+ else:
46
+ print("NO DISPLAY", file=sys.stderr)
47
48
49
if args.view_display:
50
display = os.environ['DISPLAY'] if args.view_display == "auto" else args.view_display
0 commit comments