autotest: fixed backup of autotest .bin logs
This commit is contained in:
parent
538cf68005
commit
34a43b2d99
@ -150,7 +150,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 *.png "history/$hdate/")
|
||||
(cd buildlogs && cp -f *.txt *.flashlog *.tlog *.km[lz] *.gpx *.html *.png *.bin "history/$hdate/")
|
||||
echo $githash > "buildlogs/history/$hdate/githash.txt"
|
||||
|
||||
(cd APM && Tools/scripts/build_parameters.sh)
|
||||
|
Loading…
Reference in New Issue
Block a user