Skip to content

Instantly share code, notes, and snippets.

@vvs
Created March 26, 2010 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvs/345061 to your computer and use it in GitHub Desktop.
Save vvs/345061 to your computer and use it in GitHub Desktop.
1) Error:
test_ruby_with_a_single_string_argument(TestFileUtils):
RuntimeError: Command failed with status (1): [D:/work/jruby-dev/jruby/bin/jruby.exe test/check_expansion.rb %RAKE_TEST_SH% someval]
D:/work/jruby-dev/repos/rake/lib/rake/file_utils.rb:53:in `create_shell_runner'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils.rb:45:in `call'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils.rb:45:in `sh'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils_ext.rb:39:in `sh'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils.rb:80:in `ruby'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils_ext.rb:39:in `ruby'
./test/lib/fileutils_test.rb:216:in `test_ruby_with_a_single_string_argument'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils_ext.rb:53:in `verbose'
./test/lib/fileutils_test.rb:215:in `test_ruby_with_a_single_string_argument'
2) Error:
test_sh_with_a_single_string_argument(TestFileUtils):
RuntimeError: Command failed with status (1): [D:/work/jruby-dev/jruby/bin/jruby.exe test/check_expansion.rb %RAKE_TEST_SH% someval]
D:/work/jruby-dev/repos/rake/lib/rake/file_utils.rb:53:in `create_shell_runner'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils.rb:45:in `call'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils.rb:45:in `sh'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils_ext.rb:39:in `sh'
./test/lib/fileutils_test.rb:149:in `test_sh_with_a_single_string_argument'
D:/work/jruby-dev/repos/rake/lib/rake/file_utils_ext.rb:53:in `verbose'
./test/lib/fileutils_test.rb:148:in `test_sh_with_a_single_string_argument'
377 tests, 1014 assertions, 0 failures, 2 errors
rake aborted!
Command failed with status (1): [D:/work/jruby-dev/jruby/bin/jruby.exe -w -...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment