Print result of executing command

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-05-24 13:17:44 -07:00
parent ee118b07e5
commit 1da60b3b28

View File

@ -59,7 +59,7 @@ files_for_paths.each do |path, files|
files.each do |file|
command = "#{ARGV[0]} --local-interfaces #{file} --html --html-dir=#{html_dir}"
puts command
`#{command}`
puts `#{command}`
# Allow some programs to fail (e.g., IO.agda in SPA without --guardedness)
# fail unless $? == 0