Skip to content

Commit

Permalink
Exclude compiler spec from bin/ci. Use 'bin/ci -C' and ...
Browse files Browse the repository at this point in the history
run bin/bin spec/compiler manually when making compiler changes
until new compiler is in.
  • Loading branch information
brixen committed Nov 5, 2007
1 parent df27647 commit 7aaa704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci
Expand Up @@ -96,7 +96,7 @@ end

# only these directories are included because other directories have specs
# that cause compilation to fail. ideally, spec/**/*_spec.rb would be run.
patterns = ['spec/compiler', 'spec/core', 'spec/language', 'spec/mspec', 'spec/parser'] if patterns.empty?
patterns = ['spec/core', 'spec/language', 'spec/mspec', 'spec/parser'] if patterns.empty?
files = []
patterns.each do |item|
stat = File.stat(File.expand_path(item))
Expand Down

0 comments on commit 7aaa704

Please sign in to comment.