update test.sh to use loopback flag

pull/3251/head
Danielle Miu 3 years ago committed by Timothy Messier
parent e7420eb690
commit b4137a14c3
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -18,7 +18,7 @@ which bats || die "missing bats"
which nc || die "missing nc"
echo "starting boundary dev in background"
boundary dev &>/dev/null &
boundary dev --create-loopback-plugin &>/dev/null &
boundary_pid=$!
function cleanup {

Loading…
Cancel
Save