Print result of executing command
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
ee118b07e5
commit
1da60b3b28
|
@ -59,7 +59,7 @@ files_for_paths.each do |path, files|
|
||||||
files.each do |file|
|
files.each do |file|
|
||||||
command = "#{ARGV[0]} --local-interfaces #{file} --html --html-dir=#{html_dir}"
|
command = "#{ARGV[0]} --local-interfaces #{file} --html --html-dir=#{html_dir}"
|
||||||
puts command
|
puts command
|
||||||
`#{command}`
|
puts `#{command}`
|
||||||
|
|
||||||
# Allow some programs to fail (e.g., IO.agda in SPA without --guardedness)
|
# Allow some programs to fail (e.g., IO.agda in SPA without --guardedness)
|
||||||
# fail unless $? == 0
|
# fail unless $? == 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user