Missed a few rcov-related lines

This commit is contained in:
Sérgio Gomes 2014-08-15 15:15:19 +01:00
parent f926429461
commit d6511e6123
1 changed files with 1 additions and 6 deletions

View File

@ -33,12 +33,7 @@ list = FileList[
end
PKG_FILES = list
RCOV_ENABLED = !!(RUBY_PLATFORM != 'java' && RUBY_VERSION =~ /^1\.8/)
if RCOV_ENABLED
task :default => 'spec:rcov'
else
task :default => 'spec'
end
task :default => 'spec'
WINDOWS = (RUBY_PLATFORM =~ /mswin|win32|mingw|bccwin|cygwin/) rescue false
SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS'])