0002-HACK-run-tap-tests-in-contrib-basebackup_to_shell.patch
text/x-patch
Filename: 0002-HACK-run-tap-tests-in-contrib-basebackup_to_shell.patch
Type: text/x-patch
Part: 1
Patch
Format: format-patch
Series: patch 0002
Subject: HACK: run tap tests in contrib/basebackup_to_shell
| File | + | − |
|---|---|---|
| .cirrus.yml | 2 | 0 |
From cc3c9af5c3868a5ce783338290c5cd4e56880a46 Mon Sep 17 00:00:00 2001
From: Thomas Munro <thomas.munro@gmail.com>
Date: Sat, 26 Mar 2022 09:35:06 +1300
Subject: [PATCH 2/2] HACK: run tap tests in contrib/basebackup_to_shell
---
.cirrus.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.cirrus.yml b/.cirrus.yml
index 171bd29cf0..edbb8b2966 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -412,6 +412,8 @@ task:
test_regress_parallel_script: |
%T_C% perl src/tools/msvc/vcregress.pl check parallel
+ test_contrib_basebackup_to_shell_script: |
+ %T_C% perl src/tools/msvc/vcregress.pl taptest ./contrib/basebackup_to_shell
startcreate_script: |
rem paths to binaries need backslashes
tmp_install\bin\pg_ctl.exe initdb -D tmp_check/db -l tmp_check/initdb.log --options=--no-sync
--
2.30.2