[travis] ensure to exit with error on toranj build failure (#3197)

This commit is contained in:
Abtin Keshavarzian
2018-10-22 22:57:09 -07:00
committed by Jonathan Hui
parent c58d9cc0b1
commit a07751ec0d
+1 -1
View File
@@ -523,7 +523,7 @@ python --version || die
}
[ $BUILD_TARGET != toranj-test-framework ] || {
./tests/toranj/start.sh
./tests/toranj/start.sh || die
}
[ $BUILD_TARGET != osx ] || {