Skip to content
Snippets Groups Projects
Commit 2372c56d authored by David Trattnig's avatar David Trattnig
Browse files

Remove unused test-data flag. #57

parent 46cd8e0a
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,6 @@ if __name__ == "__main__":
do_start_lqs = False
if "--get-lqs-command" in sys.argv:
lqs_cmd = True
if "--use-test-data" in sys.argv:
runner.config.set("use_test_data", True)
if "--recreate-database" in sys.argv:
runner.recreate_db()
sys.exit(0)
......
......@@ -58,7 +58,6 @@ class AuraConfig:
# Defaults
self.set("config_dir", os.path.dirname(ini_path))
self.set("install_dir", os.path.realpath(__file__ + "../../../.."))
self.set("use_test_data", False) # TODO Still needed?
......
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