adamreeve commented on code in PR #47831:
URL: https://github.com/apache/arrow/pull/47831#discussion_r2434728152


##########
dev/release/verify-release-candidate.sh:
##########
@@ -1027,8 +1027,10 @@ TEST_SUCCESS=no
 
 setup_tempdir
 ensure_source_directory
-test_source_distribution
-test_binary_distribution
+# Run source and binary tests in subshells so environment variables
+# set for source testing aren't exposed to the binary tests.
+(test_source_distribution)
+(test_binary_distribution)

Review Comment:
   No you're right, I guess I did it for consistency. I'll change this back and 
update the comment too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to