From 7e369351400261b86d1dacd0f5ac5e6425613d7f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 6 May 2013 14:04:39 +1000 Subject: [PATCH] autotest: keep images in history --- Tools/scripts/build_autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/build_autotest.sh b/Tools/scripts/build_autotest.sh index 5c20df260c..fb2db435c4 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 *.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