From 71f56714dd68c8d00f65dd9b3f924286a231993c Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sat, 2 Feb 2019 23:17:39 +0100 Subject: [PATCH] Remove iteropts test errors again, still not working --- .../examples/example_app/test_configs/opt_no_udp_ipv6only.h | 3 --- contrib/ports/unix/example_app/iteropts.sh | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/examples/example_app/test_configs/opt_no_udp_ipv6only.h b/contrib/examples/example_app/test_configs/opt_no_udp_ipv6only.h index 7c751932..0572798b 100644 --- a/contrib/examples/example_app/test_configs/opt_no_udp_ipv6only.h +++ b/contrib/examples/example_app/test_configs/opt_no_udp_ipv6only.h @@ -2,6 +2,3 @@ #undef LWIP_UDP #define LWIP_UDP 0 - -#foo -void x diff --git a/contrib/ports/unix/example_app/iteropts.sh b/contrib/ports/unix/example_app/iteropts.sh index 44c0f39a..c844c73c 100755 --- a/contrib/ports/unix/example_app/iteropts.sh +++ b/contrib/ports/unix/example_app/iteropts.sh @@ -23,4 +23,5 @@ done echo done, cleaning make clean > /dev/null popd +echo Exit value: $RETVAL exit $RETVAL