Skip to content

Commit 97053ae

Browse files
committed
test: xst and jinks
1 parent c37d585 commit 97053ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/smoke-test.bats

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
[ "$status" -eq 0 ]
1212
}
1313

14+
@test "xst responds" {
15+
run docker run --name btest --rm builder xst -v
16+
[ "$status" -eq 0 ]
17+
}
18+
19+
@test "jinks-cli responds" {
20+
run docker run --name btest --rm builder jinks -h
21+
[ "$status" -eq 0 ]
22+
}
23+
1424
@test "git responds" {
1525
run docker run --name btest --rm builder git -v
1626
[ "$status" -eq 0 ]

0 commit comments

Comments
 (0)