Skip to content

Commit

Permalink
unit tests run headless on macos, don't try to attach
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19483 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 26, 2018
1 parent 5c8993e commit d9952df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _test(self, subcommand="start", options={}):
assert r is None, "rfb client terminated early and returned %i for server with args=%s" % (r, args)

#connect a gui client:
if WIN32 or OSX or (self.client_display and self.client_xvfb):
if WIN32 or (self.client_display and self.client_xvfb):
xpra_args = [
"attach",
"--clipboard=no", #could create loops
Expand Down

0 comments on commit d9952df

Please sign in to comment.