From 7f10a19be515f9c4e9da67a3dd267306434dedbd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 7 Dec 2020 18:56:39 +0100 Subject: [PATCH] Don't hide build output --- tests/integration/07_finalizer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/07_finalizer.sh b/tests/integration/07_finalizer.sh index d4f99fd1..d91f3255 100755 --- a/tests/integration/07_finalizer.sh +++ b/tests/integration/07_finalizer.sh @@ -12,7 +12,7 @@ oneTimeTearDown() { testBuild() { mkdir $tmpdir/testbuild - luet build --tree "$ROOT_DIR/tests/fixtures/finalizers" --destination $tmpdir/testbuild --compression gzip --all > /dev/null + luet build --tree "$ROOT_DIR/tests/fixtures/finalizers" --destination $tmpdir/testbuild --compression gzip --all buildst=$? assertEquals 'builds successfully' "$buildst" "0" assertTrue 'create package' "[ -e '$tmpdir/testbuild/alpine-seed-1.0.package.tar.gz' ]"