awesome-compose/lib
Chad Metcalf c600fc36ca
Use assert_success from the bats-assert library.
[ "$status" -eq 0 ] just bails out and its up to you to figure out why.
$output has the stdout/stderr so we could just print that. I think its
worth vendoring the libraries and just using those functions.

Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-08 14:27:20 -07:00
..
bats-assert Vendoring bats libraries. 2020-08-08 14:27:13 -07:00
bats-support Vendoring bats libraries. 2020-08-08 14:27:13 -07:00
test_helper.bash Adding a Makefile and basic tests. 2020-08-08 14:26:52 -07:00
test.bats.example Use assert_success from the bats-assert library. 2020-08-08 14:27:20 -07:00