Skip to content

Commit

Permalink
docker: Less verbose output by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Burnicki committed Sep 25, 2017
1 parent 44f9187 commit 681a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux-headless/entrypoint.sh
Expand Up @@ -29,4 +29,4 @@ fi

# exec replaces the shell process by the python process and is required to
# propagate signals (i.e. SIGTERM)
exec python /wptagent/wptagent.py --server "${SERVER_URL}" --location "${LOCATION}" ${EXTRA_ARGS} --xvfb --dockerized -vvvvv
exec python /wptagent/wptagent.py --server "${SERVER_URL}" --location "${LOCATION}" ${EXTRA_ARGS} --xvfb --dockerized

0 comments on commit 681a8c8

Please sign in to comment.