Skip to content

Commit

Permalink
Regenerate result.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Aug 29, 2023
1 parent 8bef0c6 commit 8172ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/fixtures/test_tox_merge_ini/result.ini
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ commands = bash {lsr_scriptdir}/setup_module_utils.sh
-v {toxinidir}:/workdir --workdir /workdir \
-e INPUT_CONFIG -e INPUT_FIX \
docker://avtodev/markdown-lint:master \
README.md \
**/*.md --ignore=vendor \
{env:RUN_MARKDOWNLINT_EXTRA_ARGS:} {posargs}
{[lsr_config]commands_post}

Expand All @@ -388,6 +388,7 @@ allowlist_externals = podman
setenv = {[testenv]setenv}
commands = bash {lsr_scriptdir}/setup_module_utils.sh
{[lsr_config]commands_pre}
sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md
{env:LSR_CONTAINER_RUNTIME:podman} run --rm --privileged \
-v {toxinidir}:/workdir --workdir /workdir \
docker://pandoc/core:latest \
Expand Down

0 comments on commit 8172ca1

Please sign in to comment.