]> Cypherpunks repositories - gostls13.git/commit
cmd/api: skip tests on platforms that cannot exec
authorTobias Klauser <tklauser@distanz.ch>
Tue, 27 Sep 2022 14:13:40 +0000 (16:13 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 27 Sep 2022 18:26:56 +0000 (18:26 +0000)
commit17078f5860699e0d1e1f6f3ca328f92621ac49d0
treeb2971085cfc6e169b12150b0187e8ca87b2baf43
parentedd1273b841050e96d9ddd937fc00c0eebe10f1b
cmd/api: skip tests on platforms that cannot exec

These tests execute commands using exec.Command.

Change-Id: I2708d6d24762fe2b2a902b1b221cc67392bf5c41
Reviewed-on: https://go-review.googlesource.com/c/go/+/435235
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
src/cmd/api/goapi_test.go