Skip to content

Commit a57c9b6

Browse files
committed
Change log file name
1 parent b34d82a commit a57c9b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-check-windows-latest.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
- name: Test pgSphere (installcheck)
6565
run: |
6666
initdb -D pgdata -U postgres
67-
pg_ctl -D pgdata -l postgres.log start
67+
pg_ctl -D pgdata -l postgres_installcheck.log start
6868
make USE_HEALPIX=0 installcheck
69-
pg_ctl -D pgdata -l postgres_installcheck.log stop
69+
pg_ctl -D pgdata stop
7070
rm -rf pgdata
7171
7272
- name: Show installcheck regression.diffs
@@ -78,6 +78,7 @@ jobs:
7878
initdb -D pgdata -U postgres
7979
pg_ctl -D pgdata -l postgres_crushtest.log start
8080
make USE_HEALPIX=0 crushtest
81+
pg_ctl -D pgdata stop
8182
8283
- name: Show crushtest regression.diffs
8384
if: ${{ failure() }}

0 commit comments

Comments
 (0)