comparison www/screenshots/screenshots.sh @ 1565:afb74399bf27

Uncomment screenshot generation and bump initial delay up to 20 seconds (what powerpc needs on my slow netbook).
author Rob Landley <rob@landley.net>
date Sat, 17 Nov 2012 21:39:53 -0600
parents 51d23189cb66
children
comparison
equal deleted inserted replaced
1564:9d693038789d 1565:afb74399bf27
53 echo '</tr></table></td>' 53 echo '</tr></table></td>'
54 } 54 }
55 55
56 # Harvest screenshots from each system image 56 # Harvest screenshots from each system image
57 57
58 #more/for-each-target.sh '(sleep 15 && echo -n cat "/proc" && sleep 1 && echo /cpuinfo && sleep 2 && echo exit) | more/run-emulator-from-build.sh $TARGET | tee www/screenshots/bootlog-$TARGET.txt' 58 more/for-each-target.sh '(sleep 20 && echo -n cat "/proc" && sleep 1 && echo /cpuinfo && sleep 2 && echo exit) | more/run-emulator-from-build.sh $TARGET | tee www/screenshots/bootlog-$TARGET.txt'
59 59
60 cd www/screenshots 60 cd www/screenshots
61 61
62 # Filter out escape sequence (shell asking the current screen size) 62 # Filter out escape sequence (shell asking the current screen size)
63 sed -i $(echo -e 's/\033\[6n//g;s/\015$//') bootlog-*.txt 63 sed -i $(echo -e 's/\033\[6n//g;s/\015$//') bootlog-*.txt