autotest: fixed frame sizes logging

This commit is contained in:
Andrew Tridgell 2013-03-18 17:47:26 +11:00
parent 744f610409
commit 54cb722f9a

View File

@ -102,7 +102,7 @@ for d in ArduPlane ArduCopter APMrover2; do
report $d $oldhash $newhash
fi
popd
Tools/scripts/frame_sizes.py buildlogs/$d.build > buildlogs/$d.framesizes.txt
APM/Tools/scripts/frame_sizes.py buildlogs/$d.build > buildlogs/$d.framesizes.txt
(
avr-size buildlogs/$d.build/$d.elf
avr-nm --size-sort --print-size -C buildlogs/$d.build/$d.elf