From ba0e0927e14a491f45d6ec86f42eb83c8c60a711 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 18 Aug 2016 11:34:27 +0200 Subject: CI: see syncdb output --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 0cf4216e8..4febeea65 100644 --- a/Makefile.example +++ b/Makefile.example @@ -49,7 +49,7 @@ test: clean test_gitlab: clean # test migrations - cd $(project); $(PYTHON) ./manage.py syncdb --noinput 2> /dev/null > /dev/null + cd $(project); $(PYTHON) ./manage.py syncdb --noinput # only necessary on master cd $(project); $(PYTHON) ./manage.py migrate ishtar_common cd $(project); $(PYTHON) ./manage.py migrate archaeological_files 0013 -- cgit v1.2.3