summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorDirk Ziegelmeier <[email protected]>2019-02-02 23:04:52 +0100
committerDirk Ziegelmeier <[email protected]>2019-02-02 23:04:52 +0100
commitc03e949ca9376c6b5de52c9a54e4506d26a6f4e2 (patch)
tree94dc1bb5c64426bba4943e336e9af48a753eeab5 /travis.sh
parent3f4e183e3f382f72926661d7c52ac1949d616941 (diff)
Try to fix iteropts build, try to make travis fail when iteropts test fails
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index 34e41f7d..8e1c6666 100755
--- a/travis.sh
+++ b/travis.sh
@@ -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