Skip to content

Commit

Permalink
[py] Printing stdout and stderr to the log to investigate why geckodr…
Browse files Browse the repository at this point in the history
…iver can't start
  • Loading branch information
barancev committed Sep 25, 2019
1 parent d4827ec commit acb61e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ commands =
py{27,36}-firefox: py.test --driver=Firefox {posargs}
py{27,36}-ie: py.test --driver=Ie {posargs}
py{27,36}-marionette: py.test --driver=Marionette {posargs}
py{27,36}-remote: py.test --driver=Remote {posargs}
py{27,36}-remote: py.test -s --driver=Remote {posargs}
py{27,36}-safari: py.test --driver=Safari {posargs}
py{27,36}-chromiumedge: py.test --driver=ChromiumEdge {posargs}
install_command = pip install -v --no-index --find-links=../third_party/py {opts} {packages}
Expand Down

0 comments on commit acb61e5

Please sign in to comment.