This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bdaa85  Sample config does not have incubator cropout
2bdaa85 is described below

commit 2bdaa8528c971f7e0ebe89fc938d3ecb09042906
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 21 11:29:20 2020 +0100

    Sample config does not have incubator cropout
---
 .github/workflows/unittest.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 689413e..6f32d19 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -32,6 +32,6 @@ jobs:
     - name: Test with Ponymail Unit tests
       run: |
         cd ponymail-0.10
-        sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
+        sed -e 's/#cropout:.*/cropout:                
(\w+\.\w+)\.incubator\.apache\.org \1.apache.org/' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
         cd ..
         python runall.py --root ponymail-0.10

Reply via email to