1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/gnrc_dhcpv6_client: bail out of sub-shell after server started

This commit is contained in:
Martine Lenders 2021-09-01 16:14:58 +02:00
parent ced3268083
commit 73af152803
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -53,7 +53,7 @@ EOF
sleep 1 # sleep to let TAP become active
cd "$TMPDIR" || exit 1
KEA_PIDFILE_DIR=. KEA_LOCKFILE_DIR=. \
kea-dhcp6 -p "$1" -c "$config"
kea-dhcp6 -p "$1" -c "$config" &
}
# no need to kill from external, kea handles double instances gracefully