commit | 6ccbc913e4f905c1d7ce70f78e098ecc5cd253c0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Oct 10 23:07:38 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 10 23:28:43 2017 -0700 |
tree | 1370e05a549e0deca864ae3aaa02f7445ba26ef4 | |
parent | 92430106c3c96d8a2cce2e4cb5a7746517c3965f [diff] [blame] |
Let tests override environment Pass an environment to TestConfig that will be used for all Config.Getenv calls. Test: none Change-Id: I683cd9c9e0db61c9bfd2adb27fca78f558f225c4
diff --git a/python/python_test.go b/python/python_test.go index 8737302..176c6ec 100644 --- a/python/python_test.go +++ b/python/python_test.go
@@ -450,7 +450,7 @@ t.Fatal(err) } - config = android.TestConfig(buildDir) + config = android.TestConfig(buildDir, nil) return }