Skip to content

Commit

Permalink
Help when debuging xargs
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 10, 2024
1 parent c279742 commit 06f2d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -76,8 +76,8 @@ deps =
cogapp
commands =
vendor: python -m tools.vendored
vendor: sh -c "git grep -l -F '\[\[\[cog' | xargs cog -I {toxinidir} -r" # update `*.extern`
check-extern: sh -c "git grep -l -F '\[\[\[cog' | xargs cog -I {toxinidir} --check"
vendor: sh -c "git grep -l -F '\[\[\[cog' | xargs -t cog -I {toxinidir} -r" # update `*.extern`
check-extern: sh -c "git grep -l -F '\[\[\[cog' | xargs -t cog -I {toxinidir} --check"

[testenv:generate-validation-code]
skip_install = True
Expand Down

0 comments on commit 06f2d4b

Please sign in to comment.