You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the process does nothing and never returns. Very interesting is that this depends on the number of test scripts.
I did some debugging. Rake collects all the test and creates a string for launching another ruby process, which actually runs the test. After shorting the string, the specified tests are executed. If I check the started ruby process in the process explorer, it shows me only '�' as command line.
Environment:
Windows 7
Ruby 2.14 (RubyInstaller)
Rake 10.4.0, 10.1.0
Running the same tests on a Linux box or using JRuby on Windows is working.