Skip to content

Commit de21da1

Browse files
committed
nox clone-core: allow passing extra args to script
1 parent 9f3e3f4 commit de21da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def clone_core(session: nox.Session):
136136
Clone relevant portions of ansible-core from ansible/ansible into the current
137137
source tree to facilitate building docs.
138138
"""
139-
session.run_always("python", "docs/bin/clone-core.py")
139+
session.run_always("python", "docs/bin/clone-core.py", *session.posargs)
140140

141141

142142
checker_tests = [

0 commit comments

Comments
 (0)