test: update the test output

This commit is contained in:
Mitchell Hashimoto 2013-12-12 11:29:59 -08:00
parent ca24c66491
commit 98985c2d16
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ teardown() {
aws_ami_cleanup
}
@test "build minimal.json" {
@test "amazon-ebs: build minimal.json" {
run packer build $FIXTURE_ROOT/minimal.json
[ "$status" -eq 0 ]
}