diff --git a/tests/setup_moto.sh b/tests/setup_moto.sh index 4c7afd5..88ac5fa 100755 --- a/tests/setup_moto.sh +++ b/tests/setup_moto.sh @@ -1,5 +1,10 @@ #! /usr/bin/env bash +if [ ! -d "logs" ]; then + echo "Making logs directory" + mkdir logs +fi + echo "Setting environment variable MOCK_EC2=True" export MOCK_EC2=True