summaryrefslogtreecommitdiffhomepage
path: root/test/iptables/runner/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/iptables/runner/main.go')
-rw-r--r--test/iptables/runner/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/iptables/runner/main.go b/test/iptables/runner/main.go
index 3c794114e..6f77c0684 100644
--- a/test/iptables/runner/main.go
+++ b/test/iptables/runner/main.go
@@ -46,6 +46,9 @@ func main() {
if err := test.ContainerAction(ip); err != nil {
log.Fatalf("Failed running test %q: %v", *name, err)
}
+
+ // Emit the final line.
+ log.Printf("%s", iptables.TerminalStatement)
}
// getIP listens for a connection from the local process and returns the source