test filepath containing _p is split by _jrubyvmopts.bat
--------------------------------------------------------

                 Key: JRUBY-4059
                 URL: http://jira.codehaus.org/browse/JRUBY-4059
             Project: JRuby
          Issue Type: Bug
          Components: Windows
    Affects Versions: JRuby 1.3.1
         Environment: Windows XP Service Pack 2
            Reporter: Paul Blair


At the root of my rails project, I run

C:\foo>jruby.bat -I"lib;test" test/unit/author_parser_test.rb

'arser_test.rb' is not recognized as an internal or external command, operable 
program or batch file.

This comes from the following bit of executed code in _jrubyvmopts.bat:

...
C:\foo>if [""] == [""] goto vmoptsDone

C:\foo>if 1 == 0 goto unescapeRubyoptsDone

C:\foo>set _RUBY_OPTS= -I"lib;test" 'test/unit/author  | arser_test.rb'
'arser_test.rb'' is not recognized as an internal or external command,
operable program or batch file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to