Fix test output

This commit is contained in:
Leonard Jonathan Oh 2023-04-19 14:14:13 +00:00
parent 985939ce84
commit f14a0cc843

View file

@ -7,10 +7,10 @@ commandTests:
args:
- -c
- |
/entrypoint.sh > /tmp/out 2>&1 &
sleep 5
set -eux
cat /tmp/out
DEBUG=true /entrypoint.sh > /tmp/test 2>&1 &
sleep 5
cat /tmp/test
pidof supervisord
pidof nginx
pidof php-fpm