Skip to content

Commit 8559ada

Browse files
committed
Fix CI: Standardize database name to regression to match SQL scripts
1 parent 38b5a99 commit 8559ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/binary_swap/test_binary_swap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ clean_output()
2929
run_tests()
3030
{
3131
SCHEDULE_NAME=$1
32-
../regress/pg_regress --dbname=binswap_connect --init-file=../regress/init_file --schedule=${SCHEDULE_NAME}
32+
../regress/pg_regress --dbname=regression --init-file=../regress/init_file --schedule=${SCHEDULE_NAME}
3333
if [ $? != 0 ]; then
3434
exit 1
3535
fi

0 commit comments

Comments
 (0)