Skip to content
Snippets Groups Projects
Commit d47f540d authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[gitlabci] Add --noinput to when running tests

This ensure that if the database was not cleaned on last run, it
won't block waiting for the answer to the question.

No database cleanup usually means that the tests were forcefully
stopped.
parent 1e5ffbdf
No related branches found
No related tags found
1 merge request!275ZMQ refactoring
Pipeline #27950 failed
......@@ -27,7 +27,7 @@ build_linux_36:
- buildout
- python -c "from beat.core.test.utils import pull_docker_test_images as f; f()"
- export COVERAGE_FILE=.coverage.django
- ./bin/coverage run --source=${CI_PROJECT_NAME} ./bin/django test --settings=beat.web.settings.ci -v 2
- ./bin/coverage run --source=${CI_PROJECT_NAME} ./bin/django test --settings=beat.web.settings.ci -v 2 --noinput
- export BEAT_CMDLINE_TEST_PLATFORM="django://beat.web.settings.ci"
- export COVERAGE_FILE=.coverage.cmdline
- export NOSE_WITH_COVERAGE=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment