fixing some of most annoying problems with bulk data generator

This commit is contained in:
AlanCoding
2016-12-22 12:03:56 -05:00
parent 78b07c8d10
commit 1346f7b580
2 changed files with 55 additions and 24 deletions

View File

@@ -506,6 +506,10 @@ test_tox:
# Alias existing make target so old versions run against Jekins the same way
test_jenkins : test_coverage
# Make fake data
bulk_data:
$(PYTHON) tools/data_generators/rbac_dummy_data_generator.py
# l10n TASKS
# --------------------------------------