提交 ec8c18f1 编写于 作者: X Xiaoran Wang

Configure gpdb with openssl to enable gpfdist_ssl test cases

上级 18f44ef3
......@@ -35,7 +35,7 @@ function configure() {
# The full set of configure options which were used for building the
# tree must be used here as well since the toplevel Makefile depends
# on these options for deciding what to test. Since we don't ship
./configure --prefix=/usr/local/greenplum-db-devel --with-perl --with-python --with-libxml --enable-mapreduce --enable-orafce --enable-tap-tests --disable-orca ${CONFIGURE_FLAGS}
./configure --prefix=/usr/local/greenplum-db-devel --with-perl --with-python --with-libxml --enable-mapreduce --enable-orafce --enable-tap-tests --disable-orca --with-openssl ${CONFIGURE_FLAGS}
popd
}
......
......@@ -21,6 +21,10 @@
-- select * from check_ps;
-- select * from check_env;
-- drop external table if exists gpfdist_ssl_start;
-- drop external table if exists gpfdist_ssl_not_matching_start;
-- drop external table if exists gpfdist_ssl_stop;
-- end_ignore
-- --------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册