File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 10
10
(rule
11
11
(alias runtest)
12
12
(package tiny_httpd_camlzip)
13
+ (enabled_if (= %{system} "linux"))
13
14
(action (diff echo1.expect echo1.out)))
14
15
15
16
(rule
23
24
(rule
24
25
(alias runtest)
25
26
(package tiny_httpd)
27
+ (enabled_if (= %{system} "linux"))
26
28
(action (diff sse_count.expect sse_count.out)))
27
29
28
30
(rule
37
39
(rule
38
40
(alias runtest)
39
41
(package tiny_httpd)
42
+ (enabled_if (= %{system} "linux"))
40
43
(action (diff upload-out.expect upload-out)))
41
44
42
45
(rule
51
54
(rule
52
55
(alias runtest)
53
56
(package tiny_httpd)
57
+ (enabled_if (= %{system} "linux"))
54
58
(action (diff dl-out.expect dl-out)))
55
59
56
60
57
61
(rule
58
62
(targets foo_50)
63
+ (enabled_if (= %{system} "linux"))
59
64
(action
60
65
(bash "dd if=/dev/zero of=%{targets} bs=1M count=50")))
You can’t perform that action at this time.
0 commit comments