diff --git a/Tools/scripts/build_autotest.sh b/Tools/scripts/build_autotest.sh index 59b049db2f..5c20df260c 100755 --- a/Tools/scripts/build_autotest.sh +++ b/Tools/scripts/build_autotest.sh @@ -113,7 +113,7 @@ for d in ArduPlane ArduCopter APMrover2; do done 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" APM/Tools/scripts/build_parameters.sh