forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb6a0d46
committed
meson: Prevent installation of test files during main install
Previously, meson installed modules under src/test/modules/ as part ofa normal installation, even though these files are only meant for useby tests. This is because there is no way to set up up the buildsystem to install extra things only when told.This patch fixes that with a workaround: We don't install thesemodules as part of meson install, but we create a new "test" that runsbefore the real tests whose action it is to install these files. Theinstallation is done by manual copies using a small helper script.Author: Nazir Bilal Yavuz <byavuz81@gmail.com>Discussion:https://www.postgresql.org/message-id/flat/2a039e8e-f31f-31e8-afe7-bab3130ad2de%40enterprisedb.com1 parentb1307b8 commitb6a0d46
File tree
29 files changed
+139
-151
lines changed- src
- backend
- test
- modules
- delay_execution
- dummy_index_am
- dummy_seclabel
- plsample
- spgist_name_ops
- ssl_passphrase_callback
- test_bloomfilter
- test_copy_callbacks
- test_custom_rmgrs
- test_ddl_deparse
- test_extensions
- test_ginpostinglist
- test_integerset
- test_lfind
- test_oat_hooks
- test_parser
- test_pg_db_role_setting
- test_pg_dump
- test_predtest
- test_rbtree
- test_regex
- test_rls_hooks
- test_shm_mq
- test_slru
- worker_spi
- regress
- tools
29 files changed
+139
-151
lines changedLines changed: 31 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2801 | 2801 |
| |
2802 | 2802 |
| |
2803 | 2803 |
| |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
2804 | 2808 |
| |
2805 | 2809 |
| |
2806 | 2810 |
| |
| |||
2821 | 2825 |
| |
2822 | 2826 |
| |
2823 | 2827 |
| |
| 2828 | + | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
2824 | 2832 |
| |
2825 | 2833 |
| |
2826 | 2834 |
| |
| |||
2903 | 2911 |
| |
2904 | 2912 |
| |
2905 | 2913 |
| |
| 2914 | + | |
| 2915 | + | |
| 2916 | + | |
2906 | 2917 |
| |
2907 | 2918 |
| |
2908 | 2919 |
| |
2909 |
| - | |
| 2920 | + | |
2910 | 2921 |
| |
2911 | 2922 |
| |
2912 | 2923 |
| |
2913 | 2924 |
| |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
| 2930 | + | |
| 2931 | + | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
| 2937 | + | |
| 2938 | + | |
| 2939 | + | |
| 2940 | + | |
| 2941 | + | |
| 2942 | + | |
| 2943 | + | |
2914 | 2944 |
| |
2915 | 2945 |
| |
2916 | 2946 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
180 | 180 |
| |
181 | 181 |
| |
182 | 182 |
| |
| 183 | + | |
183 | 184 |
| |
184 | 185 |
| |
185 | 186 |
| |
186 | 187 |
| |
187 | 188 |
| |
188 | 189 |
| |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
189 | 196 |
| |
190 | 197 |
| |
191 | 198 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 |
| - | |
27 | 23 |
| |
28 | 24 |
| |
29 | 25 |
| |
|
Lines changed: 3 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 |
| - | |
27 | 23 |
| |
28 | 24 |
| |
29 | 25 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 | 7 |
| |
10 | 8 |
| |
11 | 9 |
| |
| |||
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
25 |
| - | |
| 23 | + | |
26 | 24 |
| |
27 | 25 |
| |
28 | 26 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
34 |
| - | |
35 | 33 |
| |
36 | 34 |
| |
37 | 35 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
| |||
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 |
| - | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 |
| - | |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
|
0 commit comments
Comments
(0)