Skip to content

Commit 811c5c5

Browse files
Copilotjsburckhardt
andcommitted
fix: remove autogenerated README and restructure bat testing
Co-authored-by: jsburckhardt <[email protected]>
1 parent 2eee8fd commit 811c5c5

4 files changed

Lines changed: 3 additions & 24 deletions

File tree

src/bat/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

test/_global/all-tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -e
44
source dev-container-features-test-lib
5+
check "bat" bat --version
56
check "flux" flux version --client
67
check "notation" notation version
78
check "crane" crane version

test/_global/scenarios.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"all-tools": {
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
5+
"bat": {},
56
"copa": {},
67
"crane": {},
78
"cyclonedx": {},

test/bat/test.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
set -e
44

55
source dev-container-features-test-lib
6-
check "bat" bat --version
6+
check "bat" bat -h
77
reportResults

0 commit comments

Comments
 (0)