aboutsummaryrefslogtreecommitdiffstats
path: root/cc/test_data_test.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-10-10 23:07:38 -0700
committerColin Cross <ccross@android.com>2017-10-10 23:28:43 -0700
commit6ccbc913e4f905c1d7ce70f78e098ecc5cd253c0 (patch)
tree1370e05a549e0deca864ae3aaa02f7445ba26ef4 /cc/test_data_test.go
parent92430106c3c96d8a2cce2e4cb5a7746517c3965f (diff)
downloadbuild_soong-6ccbc913e4f905c1d7ce70f78e098ecc5cd253c0.tar.gz
build_soong-6ccbc913e4f905c1d7ce70f78e098ecc5cd253c0.tar.bz2
build_soong-6ccbc913e4f905c1d7ce70f78e098ecc5cd253c0.zip
Let tests override environment
Pass an environment to TestConfig that will be used for all Config.Getenv calls. Test: none Change-Id: I683cd9c9e0db61c9bfd2adb27fca78f558f225c4
Diffstat (limited to 'cc/test_data_test.go')
-rw-r--r--cc/test_data_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test_data_test.go b/cc/test_data_test.go
index 962bde5b..434edcdf 100644
--- a/cc/test_data_test.go
+++ b/cc/test_data_test.go
@@ -117,7 +117,7 @@ func TestDataTests(t *testing.T) {
}
defer os.RemoveAll(buildDir)
- config := android.TestConfig(buildDir)
+ config := android.TestConfig(buildDir, nil)
for _, test := range testDataTests {
t.Run(test.name, func(t *testing.T) {