mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-21 03:15:23 +00:00
Refactored ops and whitelist processing into its own file (#1306)
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 2>&1); then
|
||||
echo "${folder} test scenario FAILED"
|
||||
echo ":::::::::::: LOGS ::::::::::::::::
|
||||
$logs
|
||||
::::::::::::::::::::::::::::::::::
|
||||
@@ -29,7 +29,7 @@ $logs
|
||||
echo "${folder} PASS"
|
||||
fi
|
||||
|
||||
docker compose down -v --remove-orphans
|
||||
docker-compose down -v --remove-orphans
|
||||
cd ..
|
||||
|
||||
return $result
|
||||
|
||||
Reference in New Issue
Block a user