]> Cypherpunks repositories - gostls13.git/commitdiff
androidtest.bash: drop noisy adb sync output
authorDavid Crawshaw <david.crawshaw@zentus.com>
Thu, 4 Sep 2014 17:39:51 +0000 (13:39 -0400)
committerDavid Crawshaw <david.crawshaw@zentus.com>
Thu, 4 Sep 2014 17:39:51 +0000 (13:39 -0400)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/138070043

src/androidtest.bash

index 9bf7773b234f8079de35626984d28763d74b6f30..43a93a141bc81f1a9b2d599c5014f4255fa802e6 100755 (executable)
@@ -47,7 +47,9 @@ ln -s $GOROOT/src/cmd $FAKE_GOROOT/src/cmd
 ln -s $GOROOT/src/pkg $FAKE_GOROOT/src/pkg
 ln -s $GOROOT/test $FAKE_GOROOT/test
 ln -s $GOROOT/lib $FAKE_GOROOT/lib
-adb sync data
+echo '# Syncing test files to android device'
+time adb sync data &> /dev/null
+echo ''
 rm -rf "$ANDROID_PRODUCT_OUT"
 
 # Run standard build and tests.