5 BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'`
7 echo "$PRODUCT-v$VERSION Test Program"
8 echo "Copyright 2014 by Bdale Garbee. Released under GPL v2"
11 echo "\t$PRODUCT v$VERSION powered from USB"
15 ao-list | while read product serial dev; do
19 echo "Testing $product $serial $dev"
24 ./test-flash "$dev" "$FLASHSIZE"
45 echo "$PRODUCT-v$VERSION" serial "$serial" passed functional tests
49 echo "Skipping $product $serial $dev"