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

Lines changed: 1 addition & 15 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy