Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0225eec

Browse files
Add missing pg_basebackup TAP test for meson.
011_in_place_tablespace was missing from the list of pg_basebackup tests to run under meson, so add it. Oversight in 363e8f9. Discussion: https://postgr.es/m/CAD21AoDTh1A8bvNBF3LQNQg=27xTpSgvpT+4_yyEj6p4Zv8unA@mail.gmail.com
1 parent 160c23b commit 0225eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_basebackup/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ tests += {
8686
},
8787
'tests': [
8888
't/010_pg_basebackup.pl',
89+
't/011_in_place_tablespace.pl',
8990
't/020_pg_receivewal.pl',
9091
't/030_pg_recvlogical.pl',
9192
],

0 commit comments

Comments
 (0)