提交 aee5f16d 编写于 作者: A Ashwin Agrawal

Add --without-python to resource group run_tests

Seems resource group run_tests task didn't configure with Python
before and seems image doesn't have PYTHON, as changing the configure
default failed the job. Hence, explicitely adding --without-python to
retain old functionality with changed default.
上级 8c204bd5
......@@ -62,7 +62,7 @@ run_resgroup_test() {
--without-zlib --without-rt --without-libcurl \
--without-libedit-preferred --without-docdir --without-readline \
--disable-gpcloud --disable-gpfdist --disable-orca \
--disable-pxf ${CONFIGURE_FLAGS}
--disable-pxf --without-python ${CONFIGURE_FLAGS}
make -C /home/gpadmin/gpdb_src/src/test/regress
ssh sdw1 mkdir -p /home/gpadmin/gpdb_src/src/test/regress </dev/null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册