Skip to content

Commit

Permalink
Add a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 14, 2024
1 parent b092bc3 commit b3c9cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/archery/archery/integration/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,9 @@ def run_all_tests(with_cpp=True, with_java=True, with_js=True,
run_c_data=False, tempdir=None, target_languages="",
**kwargs):
tempdir = tempdir or tempfile.mkdtemp(prefix='arrow-integration-')
print(["before", target_languages])
target_languages = list(filter(len, target_languages.split(",")))
print(["after", target_languages])

testers: List[Tester] = []
other_testers: List[Tester] = []
Expand Down

0 comments on commit b3c9cb7

Please sign in to comment.