mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Propagating MAKEFLAGS to children running test/unit caused stuck
tests with GNU make when "-jN" is passed in both the make(1)
command-line and the "TESTS=" variable; because the forked child
process would see MAKEFLAGS and try to use jobserver on its own.
This is regression caused by r64399
(commit
|
||
|---|---|---|
| .. | ||
| -test- | ||
| minitest | ||
| test | ||
| envutil.rb | ||
| find_executable.rb | ||
| iseq_loader_checker.rb | ||
| jit_support.rb | ||
| leakchecker.rb | ||
| memory_status.rb | ||
| profile_test_all.rb | ||
| tracepointchecker.rb | ||
| with_different_ofs.rb | ||
| zombie_hunter.rb | ||