Skip to content

Commit

Permalink
Revert "Try shell=True with explicit environment variables (#24)"
Browse files Browse the repository at this point in the history
This reverts commit 0085ad7.
  • Loading branch information
HyukjinKwon committed Aug 14, 2019
1 parent 0085ad7 commit cec8ef9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/run-tests-jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,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),
shell=True).wait()
env=dict(os.environ)).wait()

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

0 comments on commit cec8ef9

Please sign in to comment.