diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:05:10 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:05:10 +0200 |
commit | b4696b8a68eaaca644ecf799666c268c32ab6500 (patch) | |
tree | decc2671064fe039a1fb3559817c391148c7c50d | |
parent | a39de3c54cf2f76cd40dd83a0f780e8780267c0c (diff) | |
download | Ishtar-b4696b8a68eaaca644ecf799666c268c32ab6500.tar.bz2 Ishtar-b4696b8a68eaaca644ecf799666c268c32ab6500.zip |
CI: debug hosts
-rw-r--r-- | Makefile.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example index 586055e90..cbcbbf069 100644 --- a/Makefile.example +++ b/Makefile.example @@ -48,6 +48,7 @@ test: clean cd $(project); $(PYTHON) manage.py test $(apps) test_gitlab: clean + cat /etc/hosts; cd $(project); $(PYTHON) manage.py test $(apps) pep8: |