Browse Source

Hacky fix for tests running on freebsd

pull/1129/head
Hamish Coleman 1 year ago
parent
commit
ccd33dc8cc
  1. 3
      scripts/test_integration_supernode.sh

3
scripts/test_integration_supernode.sh

@ -18,6 +18,9 @@ docmd() {
# start it running in the background # start it running in the background
docmd "${BINDIR}"/supernode -v docmd "${BINDIR}"/supernode -v
# TODO: probe the api endpoint, waiting for the supernode to be available?
sleep 0.1
docmd "${TOPDIR}"/scripts/n2n-ctl -t 5645 communities docmd "${TOPDIR}"/scripts/n2n-ctl -t 5645 communities
docmd "${TOPDIR}"/scripts/n2n-ctl -t 5645 packetstats docmd "${TOPDIR}"/scripts/n2n-ctl -t 5645 packetstats
docmd "${TOPDIR}"/scripts/n2n-ctl -t 5645 edges --raw docmd "${TOPDIR}"/scripts/n2n-ctl -t 5645 edges --raw

Loading…
Cancel
Save