mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-18 23:36:24 +00:00
Without --quiet-pull
This commit is contained in:
@@ -11,8 +11,8 @@ setupOnlyMinecraftTest(){
|
||||
cd "$folder"
|
||||
result=0
|
||||
|
||||
if ! logs=$(docker compose run --quiet-pull mc 2>&1); then
|
||||
echo "${folder} setup FAILED"
|
||||
if ! logs=$(docker compose run mc); then
|
||||
echo "${folder} test scenario FAILED"
|
||||
echo ":::::::::::: LOGS ::::::::::::::::
|
||||
$logs
|
||||
::::::::::::::::::::::::::::::::::
|
||||
|
||||
Reference in New Issue
Block a user