Skip to content
Snippets Groups Projects
Commit f2d43708 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Try removing the test prefix before starting a new test cycle

parent acf0736e
No related branches found
No related tags found
1 merge request!194Scheduler
Pipeline #
......@@ -10,6 +10,7 @@ py27-linux:
- cd bin && ln -s ../src/cpulimit/src/cpulimit . && cd -
- export COVERAGE_FILE=.coverage.django
- export BEAT_TEST_PREFIX=/var/tmp/test_prefix
- rm -rf $BEAT_TEST_PREFIX
- ./bin/coverage run --source='./beat/web' ./bin/django test --settings=beat.web.settings.test -v 2
- export BEAT_CMDLINE_TEST_PLATFORM=django://beat.web.settings.test
- export COVERAGE_FILE=.coverage.cmdline
......
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