Skip to content

Commit acb61e5

Browse files
committed
[py] Printing stdout and stderr to the log to investigate why geckodriver can't start
1 parent d4827ec commit acb61e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands =
1010
py{27,36}-firefox: py.test --driver=Firefox {posargs}
1111
py{27,36}-ie: py.test --driver=Ie {posargs}
1212
py{27,36}-marionette: py.test --driver=Marionette {posargs}
13-
py{27,36}-remote: py.test --driver=Remote {posargs}
13+
py{27,36}-remote: py.test -s --driver=Remote {posargs}
1414
py{27,36}-safari: py.test --driver=Safari {posargs}
1515
py{27,36}-chromiumedge: py.test --driver=ChromiumEdge {posargs}
1616
install_command = pip install -v --no-index --find-links=../third_party/py {opts} {packages}

0 commit comments

Comments
 (0)