Project

General

Profile

ยซ Previous | Next ยป 

Revision ba55706f

Added by luke-gru (Luke Gruber) over 2 years ago

fix test/rubygems/test_gem_package_task.rb when in -j mode

This test skipped sometimes due to failure to load 'rake/packagetask'.
This is due to manipulation of $LOAD_PATH by other rubygems tests. If
rake is loaded before any rubygems tests run, then it works fine.

To reproduce the skipping behavior:
$ make test-all TESTOPTS="-j6 --test-order=sorted test/rubygems/test_*.rb"