Skip to content

Commit

Permalink
Revert "Try to manually copy environment variables from the parent in…
Browse files Browse the repository at this point in the history
… run-tests-jenkins.py (#22)"

This reverts commit e6508c0.
  • Loading branch information
HyukjinKwon committed Aug 14, 2019
1 parent 8435110 commit 77a70ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/run-tests-jenkins.py
Expand Up @@ -121,8 +121,7 @@ def run_tests(tests_timeout):

test_result_code = subprocess.Popen(['timeout',
tests_timeout,
os.path.join(SPARK_HOME, 'dev', 'run-tests')],
env=dict(os.environ)).wait()
os.path.join(SPARK_HOME, 'dev', 'run-tests')]).wait()

failure_note_by_errcode = {
# error to denote run-tests script failures:
Expand Down

0 comments on commit 77a70ae

Please sign in to comment.