mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
autotest: copy .tlog files to history
This commit is contained in:
parent
b43712e4d2
commit
58d5fab412
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user