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

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


The following commit(s) were added to refs/heads/master by this push:
     new 824ebb8  Only run tests for algos that are reliable for foal
824ebb8 is described below

commit 824ebb869e74a3aaa8b415b7afbc9c81bd0572d0
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Jun 2 07:24:34 2021 +0200

    Only run tests for algos that are reliable for foal
    
    dkim algo needs changed unit test results as the algo has changed.
    Pending https://github.com/apache/incubator-ponymail-foal/pull/30
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 04c48be..aa39e76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,4 +37,4 @@ jobs:
         - git clone 
https://github.com/apache/incubator-ponymail-unit-tests.git tests
         - pip install html2text
         - sed -e 's/# cropout:/cropout:/' tools/ponymail.yaml.example 
>tools/ponymail.yaml
-      script: cd tests && python3 runall.py --rootdir ../
+      script: cd tests && export python3 runall.py --rootdir ../ --gtype dkim 
full cluster

Reply via email to