only use build_tests/typical/install.rb for Install builder specs
This commit is contained in:
parent
787b3249a7
commit
7a807575b2
@ -1,7 +1,7 @@
|
||||
build do
|
||||
Environment.new do |env|
|
||||
env.echo = :command
|
||||
env.Install("inst.exe", "install.rb")
|
||||
env.Copy("copy.rb", "echo_command_ruby_builder.rb")
|
||||
end
|
||||
|
||||
end
|
||||
|
@ -896,7 +896,7 @@ EOF
|
||||
|
||||
result = run_rscons(rsconscript: "echo_command_ruby_builder.rb")
|
||||
expect(result.stderr).to eq ""
|
||||
expect(lines(result.stdout)).to include *["Install install.rb => inst.exe"]
|
||||
expect(lines(result.stdout)).to include *["Copy echo_command_ruby_builder.rb => copy.rb"]
|
||||
end
|
||||
|
||||
it "supports a string for a builder's echoed 'command' with Environment#print_builder_run_message" do
|
||||
|
Loading…
x
Reference in New Issue
Block a user