You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/20 16:19:24 UTC

[incubator-ponymail] branch master updated: Need croupout

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.git


The following commit(s) were added to refs/heads/master by this push:
     new a4a74e4  Need croupout
a4a74e4 is described below

commit a4a74e4345bbb85aa3c49f0354de2e30cdb91c7f
Author: Sebb <se...@apache.org>
AuthorDate: Thu Aug 20 17:19:14 2020 +0100

    Need croupout
---
 .github/workflows/pythonpackage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index ec3a0f6..52ad18f 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -34,6 +34,6 @@ jobs:
 #        pytest
     - name: Test with Ponymail Unit tests
       run: |
-        cp tools/ponymail.cfg.sample tools/ponymail.cfg
+        sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample >tools/ponymail.cfg
         cd pmtests
         python runall.py --root ..