Skip to content

Commit 0384651

Browse files
brayanhenaoarjun024
authored andcommitted
Add output error for test
1 parent 26a4729 commit 0384651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/integration/override_yml_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var _ = Describe("override yml", func() {
4545

4646
logs := exec.Command("cf", "logs", "--recent", app.Name)
4747
out, err := logs.CombinedOutput()
48-
Expect(err).ToNot(HaveOccurred())
48+
Expect(err).ToNot(HaveOccurred(), string(out))
4949

5050
Expect(out).To(ContainSubstring("-----> OverrideYML Buildpack"))
5151
Expect(out).To(ContainSubstring("-----> Python Buildpack version " + buildpackVersion))

0 commit comments

Comments
 (0)