We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a405c0 commit c40b86eCopy full SHA for c40b86e
Makefile
@@ -52,21 +52,7 @@ REGRESS += array
52
endif
53
54
# 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
63
64
65
-ifeq ($(MAJORVERSION), 11)
66
67
68
69
-ifdef SPECIFIC_TAP
+ifeq ($(MAJORVERSION), $(filter 9.6% 10% 11%, $(MAJORVERSION)))
70
wal-check: temp-install
71
$(prove_check)
72
0 commit comments