From ead3c1fde9fbdddfac6ada2299b6ad078ae7c019 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 27 Jun 2023 02:30:49 +0100 Subject: [PATCH] filter out PHP's noise, rather than silencing all output --- tests/docker-init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/docker-init.sh b/tests/docker-init.sh index 94cc64c9..47971c91 100644 --- a/tests/docker-init.sh +++ b/tests/docker-init.sh @@ -8,5 +8,5 @@ exec /usr/local/bin/su-exec shimmie:shimmie \ /usr/bin/php \ -d upload_max_filesize=$UPLOAD_MAX_FILESIZE \ -d post_max_size=$UPLOAD_MAX_FILESIZE \ - -S 0.0.0.0:8000 -q \ - tests/router.php + -S 0.0.0.0:8000 \ + tests/router.php | grep --line-buffered -v " (Accepted|Closing)"