Try to fix iteropts build, try to make travis fail when iteropts test fails

This commit is contained in:
Dirk Ziegelmeier
2019-02-02 23:04:52 +01:00
parent 3f4e183e3f
commit c03e949ca9
2 changed files with 6 additions and 1 deletions

View File

@@ -45,3 +45,8 @@ fi
cd ..
cd contrib/ports/unix/example_app
./iteropts.sh
ERR=$?
if [ $ERR != 0 ]; then
echo "lwIP iteropts test failed"
exit 33
fi