summaryrefslogtreecommitdiffstats
path: root/bin/lvc.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-07-23 20:24:48 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-23 18:33:59 -0400
commit19cf94b81b2c22c9baf73190e977cf2bc33d2450 (patch)
treeca917d1fa51a61da28eda4dc2e8cb7040d6ea3f0 /bin/lvc.sh
parent54c027a1d92fedc25d8f51a5c8571f39144144c6 (diff)
downloadjenkins.debian.net-19cf94b81b2c22c9baf73190e977cf2bc33d2450.tar.xz
lvc: forget live_screenshots, since we don't see them on pb10 anyway
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/lvc.sh')
-rwxr-xr-xbin/lvc.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/lvc.sh b/bin/lvc.sh
index 3b26c907..4403f724 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -35,12 +35,12 @@ fi
cleanup_all() {
find . -name \*.vlog.png -print0 | xargs -0 -r rm
- echo "Trying to preserve last screenshot…"
- LAST_SCREENSHOT=$(ls -t1 $RESULTS/*.png | head -1)
- if [ -e "$LAST_SCREENSHOT" ] ; then
- cp $LAST_SCREENSHOT $WORKSPACE/screenshot.png
- convert $WORKSPACE/screenshot.png -adaptive-resize 128x96 $WORKSPACE/screenshot-thumb.png
- fi
+ #echo "Trying to preserve last screenshot…"
+ #LAST_SCREENSHOT=$(ls -t1 $RESULTS/*.png | head -1)
+ #if [ -e "$LAST_SCREENSHOT" ] ; then
+ # cp $LAST_SCREENSHOT $WORKSPACE/screenshot.png
+ # convert $WORKSPACE/screenshot.png -adaptive-resize 128x96 $WORKSPACE/screenshot-thumb.png
+ #fi
}
fetch_if_newer() {