mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
[test] fix reporting expect failure (#6869)
This commit fixes reporting expect failures by adding fail on error flag to the ot_exec_expect_script function in script/test script. This commit also fixes failing expect tests and removes expect tests on macOS for unstable issues.
This commit is contained in:
@@ -41,7 +41,7 @@ send "ping ::1 1 2 0.12345 1\n"
|
||||
expect_line "Done"
|
||||
send "ping stop\n"
|
||||
expect_line "Done"
|
||||
send "ping ::1 1 2 1 1 1\n"
|
||||
send "ping ::1 1 2 1 1 1 1\n"
|
||||
expect "Error 7: InvalidArgs"
|
||||
|
||||
dispose_all
|
||||
|
||||
Reference in New Issue
Block a user