summaryrefslogtreecommitdiff
path: root/src/androidtest.bash
diff options
context:
space:
mode:
authorDavid Crawshaw <david.crawshaw@zentus.com>2014-09-04 13:39:51 -0400
committerDavid Crawshaw <david.crawshaw@zentus.com>2014-09-04 13:39:51 -0400
commitc6839e238d4743d7c8c4d30aede1bd10a556d5e1 (patch)
treeec835211b3bc38934a9303b45eece3e562923745 /src/androidtest.bash
parent7ae24637e5086ad48330bafd909138bae7395de6 (diff)
downloadgo-c6839e238d4743d7c8c4d30aede1bd10a556d5e1.tar.gz
androidtest.bash: drop noisy adb sync output
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/138070043
Diffstat (limited to 'src/androidtest.bash')
-rwxr-xr-xsrc/androidtest.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/androidtest.bash b/src/androidtest.bash
index 9bf7773b2..43a93a141 100755
--- a/src/androidtest.bash
+++ b/src/androidtest.bash
@@ -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.