summaryrefslogtreecommitdiffstats
path: root/tests/py
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2017-03-02 16:15:18 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2017-03-02 18:25:58 +0100
commit24091fb6d084890ce167364ac78fed8ceb94ae85 (patch)
treea45cfedc19eed85a1b8c4f72680d025c48345351 /tests/py
parent22535a98470a908b879db8fc0354c5f2bbb3984e (diff)
tests: py: fix some typos in README
Python script name ends by .py instead of .sh Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py')
-rw-r--r--tests/py/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/py/README b/tests/py/README
index 82d73a27..66f706f4 100644
--- a/tests/py/README
+++ b/tests/py/README
@@ -40,21 +40,21 @@ families. Unless you specify the --force-family option.
* Execute broken tests:
-./nft-test.sh -e
+./nft-test.py -e
This runs tests for rules that need a fix: This mode runs the lines that
that start with a "-" symbol.
* Debugging:
-./nft-test.sh -d
+./nft-test.py -d
This shows all the commands that the script executes, so you can watch
its internal behaviour.
* Keep testing all families on error.
-./nft-test.sh -f
+./nft-test.py -f
Don't stop testing for more families in case of error.