Skip to content

Commit 850e48e

Browse files
committed
Fix init file path
1 parent ababd95 commit 850e48e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/binary-swap-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ jobs:
638638
# Check for critical test directories
639639
ls -ld \${SRC_DIR}/src/test/regress/sql || echo \"ERROR: sql dir missing\"
640640
641-
./pg_regress --dbname=regression --host=localhost --port=7000 --init-file=src/test/regress/init_file char varchar boolean || echo \"WARNING: Population finished with some output differences (check logs below if needed)\"
641+
./pg_regress --dbname=regression --host=localhost --port=7000 --init-file=init_file char varchar boolean || echo \"WARNING: Population finished with some output differences (check logs below if needed)\"
642642
cat regression.diffs 2>/dev/null || true
643643
644644
# 5. Run the actual binary swap test script

0 commit comments

Comments
 (0)