You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/03/28 02:08:06 UTC

[arrow] branch master updated: ARROW-5048: [Release][Rust] Set up arrow-testing in verification script

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new f29f5c0  ARROW-5048: [Release][Rust] Set up arrow-testing in verification script
f29f5c0 is described below

commit f29f5c01b9524d8046ae36e91c89e64e4cd0bb66
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Thu Mar 28 11:07:54 2019 +0900

    ARROW-5048: [Release][Rust] Set up arrow-testing in verification script
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #4063 from kou/release-setup-arrow-testing and squashes the following commits:
    
    b6e62cfc <Kouhei Sutou>  Set up arrow-testing in verification script
---
 dev/release/verify-release-candidate.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index 650e0b5..c8c631c 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -410,6 +410,9 @@ if [ "$ARTIFACT" == "source" ]; then
   tar xvzf ${DIST_NAME}.tar.gz
   cd ${DIST_NAME}
 
+  rm -r testing
+  git clone https://github.com/apache/arrow-testing.git testing
+
   if [ ${TEST_JAVA} -gt 0 ]; then
     test_package_java
   fi