From 8f8c0d26ef229ad9be8c6fbeecbc25654114c7d3 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 18 Oct 2018 21:22:47 +0200 Subject: [PATCH] Try to find out what goes wrong on travis... --- contrib/ports/unix/example_app/iteropts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ports/unix/example_app/iteropts.sh b/contrib/ports/unix/example_app/iteropts.sh index f5239d5d..290d7c94 100755 --- a/contrib/ports/unix/example_app/iteropts.sh +++ b/contrib/ports/unix/example_app/iteropts.sh @@ -16,7 +16,7 @@ do rm $EXAPPDIR/lwipopts_test.h # cat the file to update its timestamp cat $f > $EXAPPDIR/lwipopts_test.h - make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE; cat $LOGFILE + make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE; cat $BUILDLOG echo test $f done >> $LOGFILE done echo done, cleaning