You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/06/03 09:34:22 UTC

[incubator-ponymail-foal] branch master updated: Don't force generator type, it bugs out the testing

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 bf15237  Don't force generator type, it bugs out the testing
bf15237 is described below

commit bf15237a0417f7187bebd37b561a1f3571cb04f7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Jun 3 11:34:15 2021 +0200

    Don't force generator type, it bugs out the testing
    
    Let runall figure out which tests can be run
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 41f9ad7..04c48be 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 ../ --gtype dkim full cluster
+      script: cd tests && python3 runall.py --rootdir ../