Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc40b86e

Browse files
author
Maxim Orlov
committed
Compacting SPECIFIC_TAP conditions
1 parent5a405c0 commitc40b86e

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-
ifdefSPECIFIC_TAP
55+
ifeq ($(MAJORVERSION),$(filter 9.6% 10% 11%,$(MAJORVERSION)))
7056
wal-check: temp-install
7157
$(prove_check)
7258

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp