Skip to content

Commit c40b86e

Browse files
author
Maxim Orlov
committed
Compacting SPECIFIC_TAP conditions
1 parent 5a405c0 commit c40b86e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Makefile

+1-15
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,7 @@ REGRESS += array
5252
endif
5353

5454
# For 9.6-11 we have to make specific target with tap tests
55-
SPECIFIC_TAP =
56-
57-
ifeq ($(MAJORVERSION), 9.6)
58-
SPECIFIC_TAP = yes
59-
endif
60-
61-
ifeq ($(MAJORVERSION), 10)
62-
SPECIFIC_TAP = yes
63-
endif
64-
65-
ifeq ($(MAJORVERSION), 11)
66-
SPECIFIC_TAP = yes
67-
endif
68-
69-
ifdef SPECIFIC_TAP
55+
ifeq ($(MAJORVERSION), $(filter 9.6% 10% 11%, $(MAJORVERSION)))
7056
wal-check: temp-install
7157
$(prove_check)
7258

0 commit comments

Comments
 (0)