diff mbox series

[nft,3/3] tests: shell: README: clarify test file name convention

Message ID 20211020124512.490288-3-snemec@redhat.com
State Changes Requested
Delegated to: Pablo Neira
Headers show
Series [nft,1/3] tests: shell: README: copy edit | expand

Commit Message

Štěpán Němec Oct. 20, 2021, 12:45 p.m. UTC
Fixes: 4d26b6dd3c4c ("tests: shell: change all test scripts to return 0")
Signed-off-by: Štěpán Němec <snemec@redhat.com>
---
 tests/shell/README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/tests/shell/README b/tests/shell/README
index 4dd595d99556..07d5cc2e3e7c 100644
--- a/tests/shell/README
+++ b/tests/shell/README
@@ -10,8 +10,12 @@  To run the test suite (as root):
  # ./run-tests.sh
 
 Test files are executable files matching the pattern <<name_N>>,
-where N is the expected return code of the executable. Since they
-are located with `find', test files can be put in any subdirectory.
+where N used to be the expected return code of the executable.
+(After commit 4d26b6dd3c4c, all tests should return 0 on success,
+no matter the test file name.)
+
+Since they are located with `find', test files can be put in any
+subdirectory.
 
 You can turn on a verbose execution by calling:
  # ./run-tests.sh -v