Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-10359][PROJECT-INFRA] Multiple fixes to dev/test-dependencies.…
…sh script This patch includes multiple fixes for the `dev/test-dependencies.sh` script (which was introduced in apache#10461): - Use `build/mvn --force` instead of `mvn` in one additional place. - Explicitly set a zero exit code on success. - Set `LC_ALL=C` to make `sort` results agree across machines (see https://stackoverflow.com/questions/28881/). - Set `should_run_build_tests=True` for `build` module (this somehow got lost). Author: Josh Rosen <[email protected]> Closes apache#10543 from JoshRosen/dep-script-fixes.
- Loading branch information