File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ PGFILEDESC = "basic_archive - basic archive module"
5
5
6
6
REGRESS = basic_archive
7
7
REGRESS_OPTS = --temp-config $(top_srcdir ) /contrib/basic_archive/basic_archive.conf
8
- # Disabled because these tests require "shared_preload_libraries=basic_archive",
9
- # which typical installcheck users do not have (e.g. buildfarm clients).
8
+
9
+ # Disabled because these tests require special configuration, which
10
+ # typical installcheck users do not have (e.g. buildfarm clients).
10
11
NO_INSTALLCHECK = 1
11
12
12
13
ifdef USE_PGXS
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ tests += {
27
27
' regress_args' : [
28
28
' --temp-config' , files (' basic_archive.conf' ),
29
29
],
30
- # Disabled because these tests require "shared_preload_libraries=basic_archive",
31
- # which typical runningcheck users do not have (e.g. buildfarm clients).
30
+ # Disabled because these tests require special configuration, which
31
+ # typical installcheck users do not have (e.g. buildfarm clients).
32
32
' runningcheck' : false ,
33
33
},
34
34
}
You can’t perform that action at this time.
0 commit comments