Skip to content

Commit

Permalink
fix: verify script paths (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jul 16, 2022
1 parent fe1995f commit d0496b0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,9 @@ test_source_distribution() {
rustup component add rustfmt --toolchain stable
cargo fmt --all -- --check

# Clone testing repositories if not cloned already
git clone https://github.com/apache/arrow-testing.git arrow-testing-data
git clone https://github.com/apache/parquet-testing.git parquet-testing-data
export ARROW_TEST_DATA=$PWD/arrow-testing-data/data
export PARQUET_TEST_DATA=$PWD/parquet-testing-data/data
# Clone testing repositories into the expected location
git clone https://github.com/apache/arrow-testing.git testing
git clone https://github.com/apache/parquet-testing.git parquet-testing

cargo build
cargo test --all
Expand Down

0 comments on commit d0496b0

Please sign in to comment.