[travis] correct error message output (#4477)

This commit is contained in:
Jiacheng Guo
2020-01-21 13:59:46 -08:00
committed by Jonathan Hui
parent c4f32fd907
commit 59fc287024
+1 -1
View File
@@ -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}" &