]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcshared: use adb exec-out instead of adb shell
authorElias Naur <mail@eliasnaur.com>
Mon, 8 Apr 2019 13:45:16 +0000 (15:45 +0200)
committerElias Naur <mail@eliasnaur.com>
Mon, 8 Apr 2019 18:21:14 +0000 (18:21 +0000)
commit00530918db29102a0186bcf2b3e699a742d298fa
tree10f0e5f2476a23ec9bb3ecf8592f41d714ab2426
parent081bc62d728c0dc47fb62d26936f297d50efc1f4
misc/cgo/testcshared: use adb exec-out instead of adb shell

Adb exec-out is like adb shell except non-flaky in non-interactive
settings. Don't ask why.

Change-Id: I7ac3c72912883d80bc787c1d0fc101db6bae9c52
Reviewed-on: https://go-review.googlesource.com/c/go/+/170952
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testcshared/cshared_test.go