We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16ebb4 commit 25e81e7Copy full SHA for 25e81e7
lib/arduino_ci/display_manager.rb
@@ -37,7 +37,7 @@ def alive?(pid)
37
38
# check whether an X server is taking connections
39
def xserver_exist?(display)
40
- run_silent({ "DISPLAY" => display }, ["xdpyinfo"])
+ run_silent({ "DISPLAY" => display }, "xdpyinfo")
41
end
42
43
# wait for the xvfb command to launch
0 commit comments