Skip to content

Commit 6d028c4

Browse files
committed
Try to make pg_arman tests run
1 parent 622d45a commit 6d028c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_arman/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ DOCS = doc/pg_arman.txt
2323

2424
EXTRA_CLEAN = datapagemap.c datapagemap.h xlogreader.c
2525

26+
REGRESS = init option show delete backup restore
27+
2628
# asciidoc and xmlto are present, so install the html documentation and man
2729
# pages as well. html is part of the vanilla documentation. Man pages need a
2830
# special handling at installation.
@@ -57,7 +59,6 @@ PG_CPPFLAGS = -I$(libpq_srcdir)
5759
override CPPFLAGS := -DFRONTEND $(CPPFLAGS) $(PG_CPPFLAGS)
5860
PG_LIBS = $(libpq_pgport)
5961

60-
REGRESS = init option show delete backup restore
6162

6263

6364
envtest:

0 commit comments

Comments
 (0)