summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 884bae5d..06f3dc92 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ clean:
 	find . -regex [^\ ]\*.py[co]$ | xargs rm -f --
 
 test:
-	./all_tests.py
+	./all_tests.py 1
 
 edit:
 	@$(EDITOR) ranger.py Makefile README COPYING HACKING INSTALL $(shell find ranger test -regex .\*py$ )