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"
55
66REGRESS = basic_archive
77REGRESS_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).
1011NO_INSTALLCHECK = 1
1112
1213ifdef USE_PGXS
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ tests += {
2727 ' regress_args' : [
2828 ' --temp-config' , files (' basic_archive.conf' ),
2929 ],
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).
3232 ' runningcheck' : false ,
3333 },
3434}
You can’t perform that action at this time.
0 commit comments