Andrew Wong has uploaded this change for review. (
http://gerrit.cloudera.org:8080/11329
Change subject: dist_test: honor EXTRA_GRADLE_FLAGS
......................................................................
dist_test: honor EXTRA_GRADLE_FLAGS
build-and-test.sh generates a list of flags with which configure gradle.
Unless these configurations are `export`ed, they won't be visible in
other processes, e.g. when running dist_test.py.
I didn't test the fix explicitly, but I ran the following to verify the
fix should work:
$ echo "import os
os.getenv('TEST_VAR')" > test.py
$ TEST_VAR=3
$ python test.py
$ export TEST_VAR=5
$ python test.py
5
Change-Id: I84ffdab0d2c78419d0edc65e6c03d79b510676fb
---
M build-support/jenkins/build-and-test.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/11329/1
--
To view, visit http://gerrit.cloudera.org:8080/11329
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I84ffdab0d2c78419d0edc65e6c03d79b510676fb
Gerrit-Change-Number: 11329
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>