var testSum …
func TestScript(t *testing.T) { … }
type testingTBKey …
func tbContext(ctx context.Context, t testing.TB) context.Context { … }
func tbFromContext(ctx context.Context) (testing.TB, bool) { … }
func initScriptDirs(t testing.TB, s *script.State) (telemetryDir string) { … }
func scriptEnv(srv *vcstest.Server, srvCertFile string) ([]string, error) { … }
var extraEnvKeys …
func updateSum(t testing.TB, e *script.Engine, s *script.State, archive *txtar.Archive) (rewrite bool) { … }
func readCounters(t *testing.T, telemetryDir string) map[string]uint64 { … }
func checkCounters(t *testing.T, telemetryDir string) { … }
const disabledOnPlatform …