mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Cleanup iteropts.sh output a bit
This commit is contained in:
parent
c05b07c314
commit
5405c3d97d
@ -10,17 +10,17 @@ echo Starting Iteropts run >> $LOGFILE
|
|||||||
for f in $EXAPPDIR/test_configs/*.h
|
for f in $EXAPPDIR/test_configs/*.h
|
||||||
do
|
do
|
||||||
echo Cleaning...
|
echo Cleaning...
|
||||||
make clean
|
make clean > /dev/null
|
||||||
BUILDLOG=$(basename "$f" ".h").log
|
BUILDLOG=$(basename "$f" ".h").log
|
||||||
echo testing $f
|
echo testing $f
|
||||||
echo testing $f >> $LOGFILE
|
echo testing $f >> $LOGFILE
|
||||||
rm $EXAPPDIR/lwipopts_test.h
|
rm $EXAPPDIR/lwipopts_test.h
|
||||||
# cat the file to update its timestamp
|
# cat the file to update its timestamp
|
||||||
cat $f > $EXAPPDIR/lwipopts_test.h
|
cat $f > $EXAPPDIR/lwipopts_test.h
|
||||||
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 &> $BUILDLOG 2>&1 || (RETVAL=1; echo file $f failed >> $LOGFILE; echo ++++++++ $f FAILED +++++++; cat $BUILDLOG)
|
make TESTFLAGS=-DLWIP_OPTTEST_FILE -j 8 1> $BUILDLOG 2>&1 || (RETVAL=1; echo file $f failed >> $LOGFILE; echo ++++++++ $f FAILED +++++++; cat $BUILDLOG)
|
||||||
echo test $f done >> $LOGFILE
|
echo test $f done >> $LOGFILE
|
||||||
done
|
done
|
||||||
echo done, cleaning
|
echo done, cleaning
|
||||||
make clean
|
make clean > /dev/null
|
||||||
popd
|
popd
|
||||||
exit $RETVAL
|
exit $RETVAL
|
||||||
|
Loading…
Reference in New Issue
Block a user