Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ruby] testing: Add ruby 3.0/3.1/3.2 unit tests #31991

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
stuff
  • Loading branch information
apolcyn committed Jan 3, 2023
commit c39ce554a06bb169196f74d345a6fb47943c2bb4
2 changes: 0 additions & 2 deletions tools/run_tests/run_tests_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,6 @@ def _runs_per_test_type(arg_str):

print('Will run these tests:')
for job in jobs:
print('shortname: %s' % job.shortname)
print('cmdline: %s' % job.cmdline)
print(' %s: "%s"' % (job.shortname, ' '.join(job.cmdline)))
print('')

Expand Down