summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-08 00:17:42 +0200
committerhut <hut@lavabit.com>2011-10-08 00:17:42 +0200
commit7ed4e620b2dbdb3f3af5c9ce2a3e2a3cd748b95f (patch)
treeca0c0e1ecede55eafa0a621863d36a96da1e341f /Makefile
parent3d87def6d4b863c102b9d869dc829e9ce86bf8f0 (diff)
downloadranger-7ed4e620b2dbdb3f3af5c9ce2a3e2a3cd748b95f.tar.gz
Makefile: Fixed doctests for python3.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7950392..48fada92 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ doc: cleandoc
 test:
 	@for FILE in $(shell grep -IHm 1 doctest -r ranger | cut -d: -f1); do \
 		echo "Testing $$FILE..."; \
-		${PYTHON} $$FILE; \
+		PYTHONPATH=".:"$$PYTHONPATH ${PYTHON} $$FILE; \
 	done
 
 man: