filter out PHP's noise, rather than silencing all output

This commit is contained in:
Shish 2023-06-27 02:30:49 +01:00
parent cad3357e38
commit ead3c1fde9

View file

@ -8,5 +8,5 @@ exec /usr/local/bin/su-exec shimmie:shimmie \
/usr/bin/php \ /usr/bin/php \
-d upload_max_filesize=$UPLOAD_MAX_FILESIZE \ -d upload_max_filesize=$UPLOAD_MAX_FILESIZE \
-d post_max_size=$UPLOAD_MAX_FILESIZE \ -d post_max_size=$UPLOAD_MAX_FILESIZE \
-S 0.0.0.0:8000 -q \ -S 0.0.0.0:8000 \
tests/router.php tests/router.php | grep --line-buffered -v " (Accepted|Closing)"