Convly 44b213dc6d Fix memory leak (causing heap overflow)
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 10:09:06 +01:00

10 lines
184 B
Bash
Executable File

## disable EE if options not set
if [[ -z "$RUN_EE" ]]; then
export STRAPI_DISABLE_EE=true
fi
opts=($DB_OPTIONS)
yarn run -s test:generate-app "${opts[@]}" $@
yarn run -s test:e2e