From 8f4c066020263028643b905a7cd9ed129c69e788 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 16 Apr 2010 17:09:31 +0200 Subject: [PATCH] test/MULTINIC: kill server after passing all tests --- test/TEST-50-MULTINIC/test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index a97d9a3..083cf60 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -112,6 +112,9 @@ test_client() { 00 01 02 \ "root=dhcp ip=eth0:dhcp ip=eth1:dhcp ip=eth2:dhcp bootdev=eth2" \ "eth0 eth1 eth2" || return 1 + + kill_server + return 0 } test_setup() { -- 2.7.4