lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.3071.0 vs lib/bosh/stemcell/build_environment.rb in bosh-stemcell-1.3072.0
- old
+ new
@@ -51,9 +51,10 @@
[
"cd #{STEMCELL_SPECS_DIR};",
"STEMCELL_IMAGE=#{image_file_path}",
"STEMCELL_WORKDIR=#{work_path}",
"bundle exec rspec -fd#{exclude_exclusions}",
+ "spec/os_image/#{operating_system_spec_name}_spec.rb",
"spec/stemcells/#{operating_system_spec_name}_spec.rb",
"spec/stemcells/#{agent.name}_agent_spec.rb",
"spec/stemcells/#{infrastructure.name}_spec.rb",
].join(' ')
end