fix test running in Makefile

This commit is contained in:
meeb 2021-04-04 22:16:22 +10:00
parent 443fb827d0
commit 3ec4f7c525
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ runcontainer:
test:
$(python) app/manage.py test --verbosity=2
cd tubesync && $(python) manage.py test --verbosity=2 && cd ..