Skip to content
Snippets Groups Projects
Commit deb77b1c authored by Antoine Lambert's avatar Antoine Lambert
Browse files

Makefile.local: Remove correct sqlite tests database

File has been renamed in a recent commit.
parent 61b80b8b
No related branches found
Tags v0.6.1
No related merge requests found
......@@ -35,7 +35,7 @@ run-migrations-prod:
.PHONY: run-migrations-test
run-migrations-test:
rm -f swh/web/settings/testdb.sqlite3
rm -f swh-web-test.sqlite3
django-admin migrate --settings=$(SETTINGS_TEST) -v0 2>/dev/null
add-users-test: run-migrations-test
......
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