Skip to content

Commit

Permalink
Add verbose flag to acceptance tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Kutner <jpkutner@gmail.com>
  • Loading branch information
jkutner committed Sep 25, 2019
1 parent 613c37b commit 7766ecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ func testAcceptance(t *testing.T, when spec.G, it spec.S, builder, runImageMirro
cmd := packCmd(
"build", repoName,
"-p", appPath,
"--verbose",
)
output := h.Run(t, cmd)
h.AssertContains(t, output, fmt.Sprintf("Successfully built image '%s'", repoName))
Expand Down Expand Up @@ -502,6 +503,7 @@ func testAcceptance(t *testing.T, when spec.G, it spec.S, builder, runImageMirro
"build", repoName,
"-p", filepath.Join("testdata", "mock_app"),
"--run-image", runImageName,
"--verbose",
)

output := h.Run(t, cmd)
Expand Down

0 comments on commit 7766ecf

Please sign in to comment.