Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c40b86e

Browse filesBrowse files
author
Maxim Orlov
committed
Compacting SPECIFIC_TAP conditions
1 parent 5a405c0 commit c40b86e
Copy full SHA for c40b86e

File tree

1 file changed

+1
-15
lines changed
Filter options

1 file changed

+1
-15
lines changed

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+1-15Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.