mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 03:07:47 +00:00
[travis] ensure to exit with error on toranj build failure (#3197)
This commit is contained in:
committed by
Jonathan Hui
parent
c58d9cc0b1
commit
a07751ec0d
+1
-1
@@ -523,7 +523,7 @@ python --version || die
|
||||
}
|
||||
|
||||
[ $BUILD_TARGET != toranj-test-framework ] || {
|
||||
./tests/toranj/start.sh
|
||||
./tests/toranj/start.sh || die
|
||||
}
|
||||
|
||||
[ $BUILD_TARGET != osx ] || {
|
||||
|
||||
Reference in New Issue
Block a user