wjones127 commented on a change in pull request #12315:
URL: https://github.com/apache/arrow/pull/12315#discussion_r802992022



##########
File path: python/pyarrow/tests/test_gdb.py
##########
@@ -39,13 +39,23 @@
 gdb_command = ["gdb", "--nx"]
 
 
+def environment_for_gdb():
+    env = {}
+    for var in ['PATH', 'LD_LIBRARY_PATH']:

Review comment:
       Thanks for this change. Was testing out on an MSYS2 environment, and the 
gdb tests wouldn't work without this.




-- 
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