Skip to content

Commit d65fda8

Browse files
committed
tests: fix display, the return 18
1 parent 2408b99 commit d65fda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ addons:
1414
- xpra
1515

1616
before_install:
17-
- xpra --xvfb="Xorg +extension RANDR -config tests/dummy.xorg.conf -logfile ~/.xpra/xorg.log" start :42
17+
- xpra --xvfb="Xorg +extension RANDR -config tests/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :42
1818

1919
install:
2020
- python setup.py install

0 commit comments

Comments
 (0)