From 98985c2d169deaa1dce71743db3dd083e2503d4c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 12 Dec 2013 11:29:59 -0800 Subject: [PATCH] test: update the test output --- test/builder_amazon_ebs.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/builder_amazon_ebs.bats b/test/builder_amazon_ebs.bats index fd1e84172..e5f4fb45d 100755 --- a/test/builder_amazon_ebs.bats +++ b/test/builder_amazon_ebs.bats @@ -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 ] }