Module: SimpleCov::CLI::Affected::SystemRunner
- Extended by:
- SystemRunner
- Included in:
- SystemRunner
- Defined in:
- lib/simplecov/cli/affected/runner.rb
Overview
JRuby on Windows answers Process.wait2 with a nil status and ignores the chdir option Kernel#system takes, so there the runner starts inside Dir.chdir, and Kernel#system reports its status.