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 2020/08/11 21:58:02 UTC

[incubator-ponymail-unit-tests] branch master updated: cli args for runall.py

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


The following commit(s) were added to refs/heads/master by this push:
     new 2f142f4  cli args for runall.py
2f142f4 is described below

commit 2f142f4e1be22cc7aae800751eecadac3ecffec7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Aug 11 23:57:48 2020 +0200

    cli args for runall.py
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index bb678b8..f5d1569 100644
--- a/README.md
+++ b/README.md
@@ -13,3 +13,8 @@ The root directory has a `runall.py`, which will run all tests it can find in th
 yaml directory, and summarize the results at the end. You may also run individual 
 tests from the tests directory (more on that as we build out the test dir).
 
+CLI args for `runall.py`:
+- `--rootdir`: The root filepath of your Apache Pony Mail installation to test against
+- `--fof`: Fail if one test fails, exiting the suite
+- `--load [filename]`: Only load a specific yaml test specification, don't run all tests
+