Lines Matching refs:sudo
43 sudo killall expect || true
44 sudo killall ot-ctl || true
45 sudo killall ot-daemon || true
46 sudo killall ot-cli || true
47 sudo killall ot-rcp || true
48 sudo killall socat || true
100 sudo rm -rf tmp
121 …sudo -E "$PWD/build/posix/src/posix/ot-daemon" -d7 -v -I "${VALID_NETIF_NAME}" "${RADIO_URL}" 2>&1…
129 OT_CTL=(sudo "${OT_CTL_PATH}")
161 sudo "${OT_CLI}" -I "${VALID_NETIF_NAME}" -n "${RADIO_URL}"
167 sudo "${OT_CLI}" -I "${INVALID_NETIF_NAME}" -n "${RADIO_URL}" || test $? = 2
172 sudo expect <<EOF | tee "${OT_OUTPUT}" &
232 sudo killall -9 expect || true
233 sudo killall -9 ot-ctl || true
235 sudo PATH="$(dirname "${OT_CTL_PATH}"):${PATH}" \