Try to get iteropts test running on Travis

This commit is contained in:
Dirk Ziegelmeier
2018-10-18 21:15:48 +02:00
parent cf4cefd73c
commit ca8f0254cf
3 changed files with 6 additions and 2 deletions

2
contrib/ports/unix/example_app/iteropts.sh Normal file → Executable file
View File

@@ -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
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || echo file $f failed >> $LOGFILE; cat $LOGFILE
echo test $f done >> $LOGFILE
done
echo done, cleaning