projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
0848cf4
)
remove missing reference to crypto test from 978f869b99
author
Bruce Momjian
<
[email protected]
>
Fri, 25 Dec 2020 20:13:16 +0000
(15:13 -0500)
committer
Bruce Momjian
<
[email protected]
>
Fri, 25 Dec 2020 20:13:25 +0000
(15:13 -0500)
Reported-by: Tom Lane
Discussion: https://postgr.es/m/
1205031
.
1608925990
@sss.pgh.pa.us
Back-through: master
src/test/Makefile
|
blob
|
blame
|
history
diff --git
a/src/test/Makefile
b/src/test/Makefile
index 730efbf9c4a21fa4dad566f3cdc9718550a0d2ac..ab1ef9a47532aa11530ba3712e3528d93353faa7 100644
(file)
--- a/
src/test/Makefile
+++ b/
src/test/Makefile
@@
-30,7
+30,7
@@
endif
endif
ifeq ($(with_openssl),yes)
ifneq (,$(filter ssl,$(PG_TEST_EXTRA)))
-SUBDIRS += ssl
crypto
+SUBDIRS += ssl
endif
endif