forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4eff1e9
committed
Allow recovery tests to run on Windows as an admin user
This is the only test that fails when run as an admin user. The reasonis that when Postgres is started via pg_ctl its admin privileges arelowered. However, this test called 'postgres -D datadir' directly,resulting in a failure. Replace that by calling pg_ctl and then checkingthe result for the expected failure, and the logfile for the expectederror message.1 parent72c7c4e commit4eff1e9
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 |
| - | |
136 |
| - | |
137 |
| - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + |
0 commit comments
Comments
(0)