summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-24 15:42:24 -0800
committerBen Pfaff <blp@ovn.org>2016-02-24 15:46:09 -0800
commit0d3f215202191016792b9c7c37d6a6b7e2d57234 (patch)
tree3c253601c8499dccc2db3ae7b040cca4a1fb6db0 /CONTRIBUTING.md
parentdb6e138362b805e87e2d99853e2771b8d9d7953d (diff)
downloadopenvswitch-0d3f215202191016792b9c7c37d6a6b7e2d57234.tar.gz
tests: Add ability to automatically rerun failed tests.
A lot of packaging was doing this already, so this simplifies their implementation. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Andy Zhou <azhou@ovn.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 086b6e8b4..6f69cfff0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -29,8 +29,9 @@ In particular:
Testing is also important:
- - A patch that modifies existing code should be tested with
- `make check` before submission.
+ - A patch that modifies existing code should be tested with `make
+ check` before submission. Please see INSTALL.md, under
+ "Self-Tests", for more information.
- A patch that adds or deletes files should also be tested with
`make distcheck` before submission.