diff mbox series

[3/3] doc/maintainer: Check also -i0

Message ID 20220520124314.20251-4-pvorel@suse.cz
State Accepted
Headers show
Series Check for -i0 | expand

Commit Message

Petr Vorel May 20, 2022, 12:43 p.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 doc/maintainer-patch-review-checklist.txt | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/doc/maintainer-patch-review-checklist.txt b/doc/maintainer-patch-review-checklist.txt
index 4e10dc514..5d3c6886a 100644
--- a/doc/maintainer-patch-review-checklist.txt
+++ b/doc/maintainer-patch-review-checklist.txt
@@ -30,6 +30,7 @@  New test should
 * Have a record in runtest file
 * Test should work fine with more than one iteration
   (e.g. run with `-i 100`)
+* Run with `-i 0` to check that setup and cleanup are coded properly (no test is being run)
 * Have a brief description
 * License: the default license for new tests is GPL v2 or later, use
   GPL-2.0-or-later; the licence for test (e.g. GPL-2.0) should not change