Combine stderr

This commit is contained in:
Geoff Bourne 2022-01-26 20:07:05 -06:00
parent 825006f945
commit b5bb0e8e9f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setupOnlyMinecraftTest(){
cd "$folder"
result=0
if ! logs=$(docker-compose run mc); then
if ! logs=$(docker-compose run mc 2>&1); then
echo "${folder} test scenario FAILED"
echo ":::::::::::: LOGS ::::::::::::::::
$logs