Explorar o código

Makefile:coverage: Create directory testproj/temp if it doesn't exist.

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
f8f28455b4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -14,6 +14,7 @@ bump:
 	contrib/bump -c celery
 
 coverage:
+	[ -d testproj/temp ] || mkdir -p testproj/temp
 	(cd testproj; python manage.py test --figleaf)
 
 test: