mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00

Chkbuild runs for each directories just under `test` directory when `test-all` failed. `test/excludes` itself should not be a target.
4 lines
166 B
Ruby
4 lines
166 B
Ruby
if RbConfig::CONFIG["LIBRUBY_RELATIVE"] == "yes"
|
|
exclude(/test_looks_for_gemdeps_files_automatically_from_binstubs/,
|
|
"can't test before installation")
|
|
end
|