mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Fix test output
This commit is contained in:
parent
985939ce84
commit
f14a0cc843
1 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ commandTests:
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
/entrypoint.sh > /tmp/out 2>&1 &
|
|
||||||
sleep 5
|
|
||||||
set -eux
|
set -eux
|
||||||
cat /tmp/out
|
DEBUG=true /entrypoint.sh > /tmp/test 2>&1 &
|
||||||
|
sleep 5
|
||||||
|
cat /tmp/test
|
||||||
pidof supervisord
|
pidof supervisord
|
||||||
pidof nginx
|
pidof nginx
|
||||||
pidof php-fpm
|
pidof php-fpm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue