diff options
Diffstat (limited to 'test/iptables/README.md')
-rw-r--r-- | test/iptables/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/iptables/README.md b/test/iptables/README.md index b37cb2a96..8f61b4c41 100644 --- a/test/iptables/README.md +++ b/test/iptables/README.md @@ -1,6 +1,6 @@ # iptables Tests -iptables tests are run via `scripts/iptables\_test.sh`. +iptables tests are run via `scripts/iptables_test.sh`. ## Test Structure @@ -28,7 +28,7 @@ Your test is now runnable with bazel! Build the testing Docker container: ```bash -$ bazel run //test/iptables/runner -- --norun +$ bazel run //test/iptables/runner-image -- --norun ``` Run an individual test via: |