From 1ce7f84fb2182a2c5d73f07a4a4baf277cff7fca Mon Sep 17 00:00:00 2001 From: softprops Date: Sat, 4 Jul 2020 15:34:10 -0400 Subject: [PATCH] print out what test-out.log contains --- tests/integration/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test.sh b/tests/integration/test.sh index e173ef0..10995d1 100755 --- a/tests/integration/test.sh +++ b/tests/integration/test.sh @@ -44,6 +44,7 @@ for project in test-func test-func-dev; do | grep -v '^\W*$' \ > test-out.log + cat test-out.log assert_success "when invoked, it produces expected output" \ diff test-event.json test-out.log