From c5c1ca275ad64605e0bff1ea37b7ceb5a64c0d3e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 26 Dec 2019 21:00:48 +0100 Subject: [PATCH] Verbose logs --- tests/makephar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/makephar.sh b/tests/makephar.sh index d44068ac..bcb7b6f7 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -60,7 +60,7 @@ cd .. $madelinePath/tests/conversion/prepare-5.sh cd .. - php7.3 $php7to5 convert --copy-all phar7 phar5 >/dev/null + php7.3 $php7to5 convert --copy-all phar7 phar5 cd phar5 ls @@ -82,7 +82,7 @@ cd .. $madelinePath/tests/conversion/prepare-70.sh cd .. - $php7to70 convert --copy-all phar7 phar5 >/dev/null + $php7to70 convert --copy-all phar7 phar5 cd phar5 ls