Skip to content

Commit

Permalink
Update bats
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 3, 2023
1 parent 77f25dd commit 0276816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/bats
Submodule bats updated 45 files
+3 −0 .codespellrc
+47 −0 .github/dependabot.yml
+22 −0 .github/workflows/codespell.yml
+22 −0 .github/workflows/dependency-review.yml
+9 −4 .github/workflows/release.yml
+18 −6 .github/workflows/release_dockerhub.yml
+4 −4 .github/workflows/scorecard.yml
+30 −30 .github/workflows/tests.yml
+14 −0 .pre-commit-config.yaml
+2 −2 Dockerfile
+9 −0 SECURITY.md
+3 −1 bin/bats
+1 −1 contrib/rpm/bats.spec
+26 −0 docs/CHANGELOG.md
+1 −1 docs/CONTRIBUTING.md
+18 −6 docs/source/docker-usage.md
+1 −1 docs/source/installation.rst
+1 −1 docs/source/writing-tests.md
+10 −4 install.sh
+122 −1 lib/bats-core/test_functions.bash
+3 −3 lib/bats-core/tracing.bash
+1 −1 lib/bats-core/warnings.bash
+2 −2 libexec/bats-core/bats
+5 −5 libexec/bats-core/bats-exec-file
+4 −4 libexec/bats-core/bats-exec-suite
+6 −6 libexec/bats-core/bats-exec-test
+1 −1 libexec/bats-core/bats-format-junit
+1 −1 libexec/bats-core/bats-format-pretty
+1 −1 libexec/bats-core/bats-format-tap
+1 −1 libexec/bats-core/bats-format-tap13
+1 −1 libexec/bats-core/bats-preprocess
+1 −1 man/bats.7
+73 −2 man/bats.7.ronn
+1 −1 package.json
+1 −1 shellcheck.sh
+1 −1 test/bats.bats
+1,410 −0 test/bats_pipe.bats
+1 −1 test/cat-formatter.bats
+1 −1 test/fixtures/formatter/echo-formatter
+1 −1 test/formatter.bats
+12 −12 test/install.bats
+2 −2 test/parallel.bats
+1 −1 test/test_helper.bash
+2 −2 test/warnings.bats
+35 −11 uninstall.sh
2 changes: 1 addition & 1 deletion test/test_helper/bats-assert

0 comments on commit 0276816

Please sign in to comment.