From da026aae58826505424ee4b95c23a2c536270d41 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 1 Aug 2017 16:36:32 -0500 Subject: [PATCH] Rename tox_command_line in docs to tox_extra_args tox_command_line is documented but not actually used. Replace it with tox_extra_args in the zuul.yaml docs. Change-Id: I9773a0297cd29f4d35b27c4b136a26d6027a932a --- zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index 68b1c71f6..cb8261cb8 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -31,9 +31,9 @@ List of user defined environmental variables to pass to bash shell. - .. zuul:jobvar:: tox_command_line + .. zuul:jobvar:: tox_extra_args - An optional command line. + String containing extra arguments to append to the tox command line. run: playbooks/tox/run pre-run: playbooks/tox/pre post-run: playbooks/tox/post