docker-keepalived/test/test.bats

10 lines
104 B
Plaintext
Raw Normal View History

2015-06-09 18:41:43 +00:00
#!/usr/bin/env bats
load test_helper
@test "image build" {
run build_image
[ "$status" -eq 0 ]
}