Without --quiet-pull

This commit is contained in:
Geoff Bourne
2022-01-26 19:54:27 -06:00
parent 11f25d3179
commit 07cfcb08a1

View File

@@ -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
::::::::::::::::::::::::::::::::::