autotest: copy .tlog files to history

This commit is contained in:
Andrew Tridgell 2013-05-03 14:38:32 +10:00
parent b43712e4d2
commit 58d5fab412
1 changed files with 1 additions and 1 deletions

View File

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