From a8e3d1660fd8fa4b684ac777574283c6179daa70 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Tue, 7 Jul 2020 12:24:07 +0300 Subject: [PATCH] [add] display pools --- tests/all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/all.sh b/tests/all.sh index 49281f5..b1f65c7 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -78,8 +78,11 @@ setupPool() { POOL_SOCKET="127.0.0.1:$POOL_PORT" copyPool "$POOL_FILE" "$POOL_NAME" "$POOL_SOCKET" "static" + sudo ls -l "$POOL_DIR" sudo service "php${PHP_VERSION}-fpm" restart + sleep 3 sudo systemctl -l status "php${PHP_VERSION}-fpm.service" + sleep 2 } setupPools() {