Skip to content

Commit 4aade13

Browse files
committed
fix tests on non-linux
1 parent 111e2da commit 4aade13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/dune

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
(rule
1111
(alias runtest)
1212
(package tiny_httpd_camlzip)
13+
(enabled_if (= %{system} "linux"))
1314
(action (diff echo1.expect echo1.out)))
1415

1516
(rule
@@ -23,6 +24,7 @@
2324
(rule
2425
(alias runtest)
2526
(package tiny_httpd)
27+
(enabled_if (= %{system} "linux"))
2628
(action (diff sse_count.expect sse_count.out)))
2729

2830
(rule
@@ -37,6 +39,7 @@
3739
(rule
3840
(alias runtest)
3941
(package tiny_httpd)
42+
(enabled_if (= %{system} "linux"))
4043
(action (diff upload-out.expect upload-out)))
4144

4245
(rule
@@ -51,10 +54,12 @@
5154
(rule
5255
(alias runtest)
5356
(package tiny_httpd)
57+
(enabled_if (= %{system} "linux"))
5458
(action (diff dl-out.expect dl-out)))
5559

5660

5761
(rule
5862
(targets foo_50)
63+
(enabled_if (= %{system} "linux"))
5964
(action
6065
(bash "dd if=/dev/zero of=%{targets} bs=1M count=50")))

0 commit comments

Comments
 (0)