Skip to content

Commit

Permalink
Try to get verbose test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 16, 2015
1 parent 09fe6c2 commit 836a4fe
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -21,6 +21,7 @@ private ScriptingContainer newScriptingContainer() {
container.setCurrentDirectory(basedir);
container.getProvider().getRubyInstanceConfig().setLoadPaths(Arrays.asList(".", "test", "test/mri", "test/mri/ruby"));
container.runScriptlet("ENV['GEM_PATH']='lib/ruby/gems/shared'");
container.runScriptlet("ENV['TESTOPT'] = '-v'")
return container;
}

Expand Down

0 comments on commit 836a4fe

Please sign in to comment.