Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to get verbose test output.
Browse files Browse the repository at this point in the history
headius committed Mar 16, 2015
1 parent 09fe6c2 commit 836a4fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 836a4fe

Please sign in to comment.