Commit 4167955
committed
Switch BATS submodules to upstream
Point all submodules to the latest commit as of today;
there is no release yet including the errexit support
and releases are somewhat infrequent (2 releases in 2025).
The bats-support submodule has no new commits.
Users should switch local submodules with
git submodule deinit --all
git submodule sync
git submodule update --init
Signed-off-by: Jan Dubois <jan.dubois@suse.com>1 parent def7f71 commit 4167955
5 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
Submodule bats-assert updated 30 files
- .github/workflows/release.yml+37
- .github/workflows/sync-default-branch.yml+25
- .github/workflows/sync-master.yml-8
- .gitignore+1
- README.md+252-2
- docs/CONTRIBUTING.md+22
- install.sh+23
- package-lock.json+2-2
- package.json+7-6
- src/assert_failure.bash+9-1
- src/assert_line.bash+77-27
- src/assert_output.bash+68-18
- src/assert_regex.bash+2-4
- src/assert_success.bash+3
- src/refute_line.bash+101-31
- src/refute_output.bash+63-19
- src/refute_regex.bash+2-4
- test/assert_failure.bats+19
- test/assert_line.bats+28-1
- test/assert_output.bats+22-1
- test/assert_regex.bats+11-1
- test/assert_stderr.bats+308
- test/assert_stderr_line.bats+374
- test/assert_success.bats+18
- test/refute_line.bats+22-1
- test/refute_output.bats+10-1
- test/refute_regex.bats+11-1
- test/refute_stderr.bats+252
- test/refute_stderr_line.bats+366
- test/test_helper.bash+2
- .devcontainer/Dockerfile+1
- .devcontainer/devcontainer.json+2-2
- .github/workflows/codespell.yml+1-1
- .github/workflows/dependency-review.yml+2-2
- .github/workflows/release.yml+4-4
- .github/workflows/release_dockerhub.yml+4-4
- .github/workflows/scorecard.yml+4-4
- .github/workflows/tests.yml+52-40
- .gitignore+5-2
- Dockerfile+1
- compose.override.dist+1-1
- compose.yaml
- contrib/rpm/bats.spec+1-1
- docs/CHANGELOG.md+40-1
- docs/source/faq.rst+1-2
- docs/source/tutorial.rst+1
- docs/source/writing-tests.md+51
- lib/bats-core/common.bash+22-2
- lib/bats-core/test_functions.bash+45-41
- libexec/bats-core/bats+21-4
- libexec/bats-core/bats-exec-file+13-3
- libexec/bats-core/bats-exec-suite+24-7
- libexec/bats-core/bats-exec-test+52-47
- libexec/bats-core/bats-format-junit+66-27
- libexec/bats-core/bats-format-pretty+15-3
- libexec/bats-core/bats-gather-tests+23-3
- libexec/bats-core/bats-preprocess+1-6
- package.json+1-1
- report.log-6
- report.xml-3
- test/bats.bats+74-3
- test/common.bats+25
- test/fixtures/bats/abort/early failure.bats+13
- test/fixtures/bats/abort/saturate parallelization.bats+3
- test/fixtures/bats/abort/should not be executed.bats+3
- test/fixtures/bats/cd_in_test.bats+8
- test/fixtures/bats/comment_style.bats+2
- test/fixtures/bats/errexit_test.bats+4-4
- test/fixtures/bats/failure_callback.bats+1
- test/fixtures/junit-formatter/issue1180/referenced_connectors_tests.bats+27
- test/fixtures/junit-formatter/issue1180/setup_suite.bash+14
- test/fixtures/junit-formatter/issue_1149.bats+12
- test/fixtures/junit-formatter/issue_1190.bats+6
- test/fixtures/junit-formatter/xml-escape.bats+1-1
- test/fixtures/timeout/issue1067.bats+15
- test/fixtures/timeout/run sleep.bats+3
- test/junit-formatter.bats+55-13
- test/parallel.bats+2
- test/pretty-formatter.bats+31-3
- test/run.bats+31-1
- test/suite.bats+19
- test/test_helper.bash+1-1
- test/timeout.bats+19-5
- test2/setup_suite.bash-3
- test2/test.bats-3
0 commit comments