From 50f387169abbbbb67c6c6f9727bbf5dfc92d1444 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Wed, 1 Jun 2016 15:05:41 -0700 Subject: [PATCH] tests: dual-proto: Kill both background servers * Kill both the udp and tcp background jobs. --- tests/dual-proto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dual-proto.sh b/tests/dual-proto.sh index 9b0ef66..49dd7c1 100755 --- a/tests/dual-proto.sh +++ b/tests/dual-proto.sh @@ -54,7 +54,7 @@ docker run --rm --net=host --privileged --volume $PWD/client:/client $IMG /clien # # Client either connected or timed out, kill server # -kill %1 +kill %1 %2 # # Celebrate