commit | 51dec0553069022efb2b41e8fe313c10fe13b208 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Oct 27 14:43:12 2022 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Sun Oct 30 12:16:47 2022 +0000 |
tree | 25a410f95f1078d0ee2367815a32665c8b23a534 | |
parent | 903df9c5fd44ec336bb4c0191c466cb796178c6d [diff] [blame] |
Cleanup run-test build environment passing. Use python variables rather than environment to pass state. Cleanup the environment use left over from the bash version. Test: build artifacts are same as before Change-Id: I3ba7f9e31a9a7046c62d67c6c66af4988d5c469a
diff --git a/test/1966-get-set-local-objects-no-table/build.py b/test/1966-get-set-local-objects-no-table/build.py index b7a608b..3a908c0 100644 --- a/test/1966-get-set-local-objects-no-table/build.py +++ b/test/1966-get-set-local-objects-no-table/build.py
@@ -17,5 +17,5 @@ def build(ctx): - ctx.bash("./generate-sources --" + os.environ["BUILD_MODE"]) + ctx.bash("./generate-sources --" + ctx.mode) ctx.default_build()