Fix installchecklocal

Remove user from regression tests so that the local test will work.
The tests itself will still be run with the appropriate user because
of the logic in runner.sh.
This commit is contained in:
Matvey Arye 2017-11-21 11:25:18 -05:00 committed by Matvey Arye
parent 8b772be994
commit 2c2aba8fad

View File

@ -24,7 +24,6 @@ set(TEST_CLUSTER ${TEST_OUTPUT_DIR}/testcluster)
add_subdirectory(sql)
set(PG_REGRESS_OPTS_BASE
--user=${TEST_PGUSER}
--host=${TEST_PGHOST}
--load-language=plpgsql
--dlpath=${PROJECT_BINARY_DIR}/src)