diff --git a/dotcms-postman/runtests.sh b/dotcms-postman/runtests.sh index 34eabc1d3c68..a4b541e1c91f 100755 --- a/dotcms-postman/runtests.sh +++ b/dotcms-postman/runtests.sh @@ -1,11 +1,9 @@ #!/bin/bash -alias docker-compose="docker compose --compatibility $@" - wait=2 echo "Waiting for ${wait} seconds to images be pulled" sleep $wait -docker-compose logs -t -f dotcms-test & +docker compose --compatibility logs -t -f dotcms-test & postman_collections="$1" dotcms_dir=../dotCMS