mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 22:37:45 +00:00
[travis] correct error message output (#4477)
This commit is contained in:
committed by
Jonathan Hui
parent
c4f32fd907
commit
59fc287024
@@ -81,7 +81,7 @@ check() {
|
||||
fi
|
||||
|
||||
if [[ "${DAEMON}" = 1 ]]; then
|
||||
sudo ${OT_CLI_CMD} panid 0xface | grep 'Done' || die 'failed to get panid with ot-ctl'
|
||||
sudo ${OT_CLI_CMD} panid 0xface | grep 'Done' || die 'failed to set panid with ot-ctl'
|
||||
fi
|
||||
|
||||
sudo expect <<EOF > "${OT_OUTPUT}" &
|
||||
|
||||
Reference in New Issue
Block a user