From af433e159dbf07b084c0f05e65ec646c056033a7 Mon Sep 17 00:00:00 2001 From: Nayana Bidari Date: Fri, 14 Aug 2020 14:47:19 -0700 Subject: [PATCH] Update README for packetimpact PiperOrigin-RevId: 326733912 --- test/packetimpact/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/packetimpact/README.md b/test/packetimpact/README.md index f46c67a0c..ffa96ba98 100644 --- a/test/packetimpact/README.md +++ b/test/packetimpact/README.md @@ -30,7 +30,7 @@ $ make load-packetimpact Run a test, e.g. `fin_wait2_timeout`, against Linux: ```bash -$ bazel test //test/packetimpact/tests:fin_wait2_timeout_linux_test +$ bazel test //test/packetimpact/tests:fin_wait2_timeout_native_test ``` Run the same test, but against gVisor: