]> Cypherpunks repositories - gostls13.git/commit
build: androidtest.bash has to use copy for files to adb-sync.
authorHyang-Ah Hana Kim <hyangah@gmail.com>
Wed, 14 Jan 2015 17:13:17 +0000 (12:13 -0500)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Thu, 15 Jan 2015 13:53:03 +0000 (13:53 +0000)
commit25ece4ae4477ca03e2cdcb3c924cfd4fd7d7092b
tree9279dc48967947dcd81198e627df15a2cf953e9d
parent437ec6b313196e603c5935012091e53f4ba66726
build: androidtest.bash has to use copy for files to adb-sync.

androidtest.bash copies some go source to the android device
where the tests are going to run. It's necessary because some
tests require files and resources to be present. The copy is
done through adb sync. The script hoped faking the directory
using symlinks to work, but it doesn't. (adb sync doesn't follow
the symlinks) We need proper copy.

Change-Id: If55abca4958f159859e58512b0045f23654167e3
Reviewed-on: https://go-review.googlesource.com/2827
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/androidtest.bash