Fix test help text on settings.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-02-28 12:16:13 +01:00
parent 4d1fee3d44
commit 2f0cd8ddf6
1 changed files with 1 additions and 1 deletions

View File

@ -310,5 +310,5 @@ if 'test' in sys.argv:
if "settings" not in ",".join(sys.argv):
print ("\033[1;91mNot settings specified.\033[0m")
print ("Try: \033[1;33mpython manage.py test --settings="
"taiga.settings.testing -v2 taiga\033[0m")
"settings.testing -v2 taiga\033[0m")
sys.exit(0)