Skip to content

Commit 4546cfa

Browse files
committed
tests: fix display, the return 19
1 parent d65fda8 commit 4546cfa

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 ${HOME}/.xpra/xorg.log" start :42
17+
- xpra --xvfb="Xorg +extension RANDR -config `pwd`/tests/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :42
1818

1919
install:
2020
- python setup.py install

0 commit comments

Comments
 (0)