Skip to content

Commit 21c5a8e

Browse files
committed
test output of xdpyinfo
1 parent cb2d2df commit 21c5a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/arduino_ci/display_manager.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def enable
4141
@pid = pipe.pid
4242
sleep(3) # TODO: test a connection to the X server?
4343
@enabled = true
44+
puts "\n\nxdpyinfo:\n\n"
45+
system(environment, "xdpyinfo")
4446
end
4547

4648
# disable the virtual display

0 commit comments

Comments
 (0)