From f2d63b0b3ba598f58cc848c492573c3b2638c44a 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 v3 3/3] 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.24.3 (Apple Git-128)

