cryptogolang.org/x/crypto/internal/testenv Index | Files

package testenv

import "golang.org/x/crypto/internal/testenv"

Index

Variables

var Sigquit = os.Kill

Sigquit is the signal to send to kill a hanging subprocess. On Unix we send SIGQUIT, but on non-Unix we only have os.Kill.

Functions

func Command

func Command(t testing.TB, name string, args ...string) *exec.Cmd

Command is like exec.Command, but applies the same changes as testenv.CommandContext (with a default Context).

func CommandContext

func CommandContext(t testing.TB, ctx context.Context, name string, args ...string) *exec.Cmd

CommandContext is like exec.CommandContext, but:

Source Files

exec.go testenv_notunix.go

Version
v0.22.0
Published
Apr 4, 2024
Platform
windows/amd64
Imports
7 packages
Last checked
1 day ago

Tools for package owners.