diff options
| author | Dirk Ziegelmeier <[email protected]> | 2019-02-02 23:04:52 +0100 |
|---|---|---|
| committer | Dirk Ziegelmeier <[email protected]> | 2019-02-02 23:04:52 +0100 |
| commit | c03e949ca9376c6b5de52c9a54e4506d26a6f4e2 (patch) | |
| tree | 94dc1bb5c64426bba4943e336e9af48a753eeab5 /travis.sh | |
| parent | 3f4e183e3f382f72926661d7c52ac1949d616941 (diff) | |
Try to fix iteropts build, try to make travis fail when iteropts test fails
Diffstat (limited to 'travis.sh')
| -rwxr-xr-x | travis.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
