Преглед на файлове

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

Ask Solem преди 16 години
родител
ревизия
f8f28455b4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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: