autotest: keep images in history

This commit is contained in:
Andrew Tridgell 2013-05-06 14:04:39 +10:00
parent 2a9298f3d5
commit 7e36935140
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ for d in ArduPlane ArduCopter APMrover2; do
done
mkdir -p "buildlogs/history/$hdate"
(cd buildlogs && cp -f *.txt *.flashlog *.tlog *.km[lz] *.gpx *.html "history/$hdate/")
(cd buildlogs && cp -f *.txt *.flashlog *.tlog *.km[lz] *.gpx *.html *.png "history/$hdate/")
echo $githash > "buildlogs/history/$hdate/githash.txt"
APM/Tools/scripts/build_parameters.sh