Use PARALLEL_TESTS_EXECUTABLE environmental variable if it's provided#66
Use PARALLEL_TESTS_EXECUTABLE environmental variable if it's provided#66ilyazub merged 2 commits intoserpapi:masterfrom
Conversation
|
Should this be My understanding is that |
I have no strong opinion about that.
Yes. ruby-core need to use |
|
@hsbt Thank you for all the work and for your kind words! I agree with @deivid-rodriguez and prefer I'll commit this change and merge this PR. |
|
@ilyazub Thanks for merging this. |
👋 Thank you for maintaining
turbo_tests.I would like to use
turbo_testsonruby/rubysame asrubygems/rubygemsfor testing bundler. see ruby/ruby#12250.We used
parallel_testsbecauseturbo_testsdidn't supportENV["PARALLEL_TESTS_EXECUTABLE"]for custom executable onparallel_tests. I added new condition for that aroundcommand_name.How about this? Thank you for reading this.