make it so that repeated runs do not cause problems

This commit is contained in:
AlanCoding
2016-12-22 13:53:19 -05:00
parent 1346f7b580
commit c3aaccc0d4
2 changed files with 37 additions and 30 deletions

View File

@@ -508,6 +508,9 @@ test_jenkins : test_coverage
# Make fake data
bulk_data:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/tower/bin/activate; \
fi; \
$(PYTHON) tools/data_generators/rbac_dummy_data_generator.py
# l10n TASKS