mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +08:00
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:
parent
8b772be994
commit
2c2aba8fad
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user