forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite7ee433
committed
Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.
Experience so far suggests that getting these tests to pass onall libedit versions that are out there may be impossible, orrequire dumbing down the tests to the point of uselessness.So we need to provide a way to skip them when the user knows they'llfail. An environment variable is probably the most convenient wayto deal with this; it's easy for, e.g., a buildfarm animal'sconfiguration to set up.Discussion:https://postgr.es/m/9594.1578586797@sss.pgh.pa.us1 parent9ce77d7 commite7ee433
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 |
| |
16 | 26 |
| |
17 | 27 |
| |
|
0 commit comments
Comments
(0)