forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc4ff87
committed
Take sepgsql regression tests out of the regular regression test mechanism.
Because these tests require root privileges, not to mention invasivechanges to the security configuration of the host system, it's notreasonable for them to be invoked by a regular "make check" or "makeinstallcheck". Instead, dike out the Makefile's knowledge of the tests,and change chkselinuxenv (now renamed "test_sepgsql") into a script thatverifies the environment is workable and then runs the tests. It'sexpected that test_sepgsql will only be run manually.While at it, do some cleanup in the error checking in the script, anddo some wordsmithing in the documentation.1 parentbbd38af commitcc4ff87
File tree
4 files changed
+419
-363
lines changed- contrib/sepgsql
- doc/src/sgml
4 files changed
+419
-363
lines changedLines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
| |||
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - |
Lines changed: 0 additions & 230 deletions
This file was deleted.
0 commit comments
Comments
(0)