mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
tests: check for the existence of php.ini in the conf/ volume
This commit is contained in:
@@ -82,6 +82,7 @@ EOF"
|
||||
# files expected in conf volume
|
||||
run container_exec default ls -la $VOL_PREFIX/conf/
|
||||
[[ "$output" =~ "php-fpm.conf" ]]
|
||||
[[ "$output" =~ "php.ini" ]]
|
||||
|
||||
# files expected in logs volume
|
||||
run container_exec default ls -la $VOL_PREFIX/conf/ $VOL_PREFIX/logs/
|
||||
|
||||
Reference in New Issue
Block a user