]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: py: fix some typos in README
authorTimothy Redaelli <tredaelli@redhat.com>
Thu, 2 Mar 2017 15:15:18 +0000 (16:15 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Mar 2017 17:25:58 +0000 (18:25 +0100)
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>
tests/py/README

index 82d73a2767cde791476f148921aae40830ce6347..66f706f4813c3b899cabdfb93d7d8cb2ae44937d 100644 (file)
@@ -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.