summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-26 03:29:20 +0100
committerhut <hut@lavabit.com>2010-03-26 03:29:20 +0100
commit75682d43d3e99e8469ede7df9da31eccaf15180a (patch)
treec8404e6dc0e2e01d051a55116c5a8431d6d77373 /Makefile
parentb877e989082f4b3395014697c5312e113d22ffe1 (diff)
downloadranger-75682d43d3e99e8469ede7df9da31eccaf15180a.tar.gz
make test: reduce verbosity
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$ )
ns.java?h=main&id=57145e7b51a682ab7fc872a373cc2d31975847cb'>^
fc4d96a ^















77a0618 ^














fc4d96a ^
77a0618 ^



fc4d96a ^
77a0618 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82