timescaledb/test/sql/utils/test_fatal_command.sh
Sven Klemm a1666544a2 Ignore .psqlrc in test_fatal_command
When a local .psqlrc sets options that modify output of psql the
loader test will fail. This patch changes the test to ignore
the .psqlrc file.
2019-08-26 08:59:24 +02:00

4 lines
109 B
Bash
Executable File

DB=$1
COMMAND=$2
${PG_BINDIR}/psql -X -h ${PGHOST} -U ${TEST_ROLE_SUPERUSER} -d ${DB} --command="${COMMAND}"